https://github.com/code-pop/router-4-async
https://github.com/code-pop/router-4-async
Last synced: about 12 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-pop/router-4-async
- Owner: Code-Pop
- Created: 2022-01-09T07:52:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T08:11:24.000Z (about 4 years ago)
- Last Synced: 2025-12-17T06:12:57.282Z (3 months ago)
- Language: Vue
- Size: 253 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Handling of route params in Vue Router 4
## 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/).