Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benhalverson/vue-todo
Learning how to use vue router
https://github.com/benhalverson/vue-todo
Last synced: 7 days ago
JSON representation
Learning how to use vue router
- Host: GitHub
- URL: https://github.com/benhalverson/vue-todo
- Owner: benhalverson
- Created: 2020-05-10T07:09:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:29:27.000Z (almost 2 years ago)
- Last Synced: 2024-04-11T16:12:23.824Z (7 months ago)
- Language: Vue
- Size: 2.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-demo-app
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).