Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinpham/vue-todo
https://github.com/martinpham/vue-todo
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/martinpham/vue-todo
- Owner: MartinPham
- Created: 2019-10-09T11:28:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T08:46:26.000Z (about 2 years ago)
- Last Synced: 2023-03-07T14:05:55.181Z (almost 2 years ago)
- Language: Vue
- Size: 1.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# v1
## 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
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).