https://github.com/code-pop/touring-vue-router
https://github.com/code-pop/touring-vue-router
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-pop/touring-vue-router
- Owner: Code-Pop
- Created: 2020-10-16T16:36:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T13:05:04.000Z (over 2 years ago)
- Last Synced: 2025-04-24T02:14:13.481Z (11 months ago)
- Language: Vue
- Size: 696 KB
- Stars: 60
- Watchers: 5
- Forks: 163
- 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/).