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

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

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
```