https://github.com/devmnj/vue3-router-level-layout
Router level layouting system in Vue3
https://github.com/devmnj/vue3-router-level-layout
vue-layout vue-router vue3 vuejs
Last synced: about 1 year ago
JSON representation
Router level layouting system in Vue3
- Host: GitHub
- URL: https://github.com/devmnj/vue3-router-level-layout
- Owner: devmnj
- Created: 2021-11-13T16:34:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-13T16:35:08.000Z (over 4 years ago)
- Last Synced: 2025-01-16T11:34:36.962Z (about 1 year ago)
- Topics: vue-layout, vue-router, vue3, vuejs
- Language: Vue
- Homepage:
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-router-level-layout
## About
This is a Vue3 Router level layout implementation example. This will allow us specify layout for the page view component in the router configuration.
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### For more examples and guides
Visit [JavScriptSuperUser](https://javascriptsu.wordpress.com)