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
- Host: GitHub
- URL: https://github.com/rc6799/jobdone-vue_standard
- Owner: RC6799
- Created: 2023-04-18T09:15:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-18T09:20:24.000Z (about 3 years ago)
- Last Synced: 2025-01-07T18:44:40.818Z (over 1 year ago)
- Topics: axios, bootstrap, express, node-sass, vue-chart, vue2
- Language: HTML
- Homepage:
- Size: 6.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```