Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kasvith/vue-spa-multiple-layouts-example
Sample application that shows how to use multiple layouts in single SPA app
https://github.com/kasvith/vue-spa-multiple-layouts-example
example layouts spa vue vue-router vuetify vuetifyjs vuex
Last synced: 9 days ago
JSON representation
Sample application that shows how to use multiple layouts in single SPA app
- Host: GitHub
- URL: https://github.com/kasvith/vue-spa-multiple-layouts-example
- Owner: kasvith
- License: mit
- Created: 2018-03-10T17:19:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:21:54.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T23:33:00.103Z (16 days ago)
- Topics: example, layouts, spa, vue, vue-router, vuetify, vuetifyjs, vuex
- Language: JavaScript
- Homepage:
- Size: 1.3 MB
- Stars: 41
- Watchers: 3
- Forks: 23
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-project
> A Vue.js project
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).