Skip to content

AviadSofer/admin-panel

 
 

Repository files navigation

Greenpress Admin Panel

Admin panel service for the greenpress open-source platform.
Written in Vue.js.

Codefresh build status npm version

Usage

As a Docker container

$ docker run -p 3001:3001 greenpress/admin-panel

As Node package

$ npm i @greenpress/admin
$ npx greenpress-admin

Development and Independent Usage

In case you would like to run this project manually, for any reason, there are several commands you need to acknowledge:

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Vue.js Customize configuration

See Configuration Reference.

About

admin panel for greenpress blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 59.3%
  • TypeScript 34.0%
  • JavaScript 4.9%
  • Other 1.8%