Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code-pop/touring-vue-router
https://github.com/code-pop/touring-vue-router
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-pop/touring-vue-router
- Owner: Code-Pop
- Created: 2020-10-16T16:36:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T13:05:04.000Z (over 1 year ago)
- Last Synced: 2024-11-30T21:08:01.616Z (about 1 month ago)
- Language: Vue
- Size: 696 KB
- Stars: 59
- Watchers: 6
- Forks: 168
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Touring Vue Router Example App
This is the Vue 3 application we build step by step in the Touring Vue Router course on Vue Mastery. It's starting code is based on the final code from the Real World Vue 3 course.
## 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/).