Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelfromyeg/vue-to-do
Vue TODO app. Learning some Vue.
https://github.com/michaelfromyeg/vue-to-do
todo vue
Last synced: 7 days ago
JSON representation
Vue TODO app. Learning some Vue.
- Host: GitHub
- URL: https://github.com/michaelfromyeg/vue-to-do
- Owner: michaelfromyeg
- Created: 2020-08-26T03:11:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T03:13:14.000Z (over 4 years ago)
- Last Synced: 2024-12-15T15:52:51.671Z (2 months ago)
- Topics: todo, vue
- Language: Vue
- Homepage:
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-to-do
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).