Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zgunz42/vue-todo
Vue Todo App
https://github.com/zgunz42/vue-todo
todo vue
Last synced: 3 months ago
JSON representation
Vue Todo App
- Host: GitHub
- URL: https://github.com/zgunz42/vue-todo
- Owner: zgunz42
- Created: 2020-06-12T07:47:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T19:27:49.000Z (4 months ago)
- Last Synced: 2024-10-22T12:33:24.107Z (4 months ago)
- Topics: todo, vue
- Language: TypeScript
- Homepage:
- Size: 147 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-note
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Run your end-to-end tests
```
yarn test:e2e
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).