https://github.com/ether1project/project-progress-tracking
https://github.com/ether1project/project-progress-tracking
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ether1project/project-progress-tracking
- Owner: Ether1Project
- Created: 2020-03-03T06:04:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T06:07:32.000Z (over 6 years ago)
- Last Synced: 2025-10-13T00:39:01.437Z (10 months ago)
- Language: CSS
- Size: 31.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VueJS Project Progress Tracking
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).