An open API service indexing awesome lists of open source software.

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

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/).