https://github.com/brandonburrus/vue-todos
Basic to-dos app made with Vue.js 💚
https://github.com/brandonburrus/vue-todos
javascript vue
Last synced: 11 months ago
JSON representation
Basic to-dos app made with Vue.js 💚
- Host: GitHub
- URL: https://github.com/brandonburrus/vue-todos
- Owner: brandonburrus
- Created: 2020-03-29T01:39:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T08:08:29.000Z (over 3 years ago)
- Last Synced: 2025-04-04T15:39:44.735Z (over 1 year ago)
- Topics: javascript, vue
- Language: Vue
- Homepage: https://my-vue-todos.netlify.com/
- Size: 1.37 MB
- Stars: 30
- Watchers: 0
- Forks: 39
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-todos
## 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/).