https://github.com/markthree/vite-nesting-layouts-example
nesting-layouts example for vite-plugin-vue-layouts
https://github.com/markthree/vite-nesting-layouts-example
Last synced: about 1 year ago
JSON representation
nesting-layouts example for vite-plugin-vue-layouts
- Host: GitHub
- URL: https://github.com/markthree/vite-nesting-layouts-example
- Owner: markthree
- License: mit
- Created: 2022-03-02T06:02:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-02T06:03:20.000Z (about 4 years ago)
- Last Synced: 2025-01-13T05:08:15.924Z (over 1 year ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vite-nesting-layouts-example
nesting-layouts example for vite-plugin-vue-layouts
## Issue solution
👉 [Are nested layouts possible?](https://github.com/JohnCampionJr/vite-plugin-vue-layouts/issues/44)
## Usage
1. install
```shell
pnpm i
# or npm i
# or yarn
```
2. dev
```shell
pnpm dev
# or npm run dev
# or yarn dev
```
3. dev:open
open dev server and browser
```shell
pnpm dev:open
# or npm run dev:open
# or yarn dev:open
```