https://github.com/gjhuerte/vue-js-todo-sample-1
VueJS tutorials - https://www.youtube.com/watch?v=Wy9q22isx3U
https://github.com/gjhuerte/vue-js-todo-sample-1
traversy-media vuejs
Last synced: 2 months ago
JSON representation
VueJS tutorials - https://www.youtube.com/watch?v=Wy9q22isx3U
- Host: GitHub
- URL: https://github.com/gjhuerte/vue-js-todo-sample-1
- Owner: gjhuerte
- Created: 2019-05-02T04:33:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T23:52:40.000Z (over 4 years ago)
- Last Synced: 2025-02-01T19:11:47.432Z (4 months ago)
- Topics: traversy-media, vuejs
- Language: Vue
- Size: 714 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue_crash_todolist
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).