https://github.com/frekele/vue-task-board
VueTaskBoard
https://github.com/frekele/vue-task-board
Last synced: 3 months ago
JSON representation
VueTaskBoard
- Host: GitHub
- URL: https://github.com/frekele/vue-task-board
- Owner: frekele
- License: mit
- Created: 2019-07-09T03:05:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:00:19.000Z (about 3 years ago)
- Last Synced: 2025-01-23T04:41:35.911Z (12 months ago)
- Language: Vue
- Homepage: https://vue-task-board.herokuapp.com/
- Size: 3.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-task-board
## 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/).