An open API service indexing awesome lists of open source software.

https://github.com/rc6799/jobdone-vue_standard

JobDone Front end
https://github.com/rc6799/jobdone-vue_standard

axios bootstrap express node-sass vue-chart vue2

Last synced: 3 months ago
JSON representation

JobDone Front end

Awesome Lists containing this project

README

          

## Jobdone Frontend

## Install and Run

```
npm install
JOBDONE_DEV_KEY=SOMEDEVKEY npm run dev
** please referrence install.txt file when install.**
```

JOBDONE_DEV_KEY -- backend developing key

## production update

```
npm run build && pm2 restart web
```