https://github.com/coreusa/tasks
Task board
https://github.com/coreusa/tasks
bootstrap-vue es6 html javascript vuejs2
Last synced: 6 days ago
JSON representation
Task board
- Host: GitHub
- URL: https://github.com/coreusa/tasks
- Owner: Coreusa
- Created: 2019-11-04T15:09:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T12:01:35.000Z (over 3 years ago)
- Last Synced: 2025-09-09T09:11:35.856Z (10 months ago)
- Topics: bootstrap-vue, es6, html, javascript, vuejs2
- Language: Vue
- Homepage: http://listboard.herokuapp.com/
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tasks
A task board management utility. Saves tasks to local storage so items persist if you update your browser.
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Run your unit tests
```
yarn run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).