Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ktquez/vue-cli-plugin-layouts
Vue-CLI 3 plugin Multiple layouts in your SPA with vue-extend-layout
https://github.com/ktquez/vue-cli-plugin-layouts
Last synced: about 1 month ago
JSON representation
Vue-CLI 3 plugin Multiple layouts in your SPA with vue-extend-layout
- Host: GitHub
- URL: https://github.com/ktquez/vue-cli-plugin-layouts
- Owner: ktquez
- License: mit
- Created: 2018-10-23T23:06:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T00:11:51.000Z (about 6 years ago)
- Last Synced: 2024-09-18T10:35:16.095Z (about 2 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-cli-plugin-layouts
Component vue-extend-layout for `@vue/cli` 3
## Install
Ensure that you have @vue/cli version 3 installed globally by running vue --version.```shell
vue create my-app
cd my-app
vue add layouts
```You will be asked some component configuration questions, you can know all about the settings through the [DOC of the vue-extend-layout](https://github.com/ktquez/vue-extend-layout)