https://github.com/dencold/attainment-web
Simple task management, attain your dreams.
https://github.com/dencold/attainment-web
Last synced: 5 months ago
JSON representation
Simple task management, attain your dreams.
- Host: GitHub
- URL: https://github.com/dencold/attainment-web
- Owner: dencold
- License: mit
- Created: 2017-11-25T18:07:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T17:31:31.000Z (over 3 years ago)
- Last Synced: 2024-04-21T17:53:04.937Z (about 2 years ago)
- Language: Vue
- Size: 5.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# attainment-vue
## 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
```
### Deploy to prod
```
firebase deploy
```