An open API service indexing awesome lists of open source software.

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

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)