Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devmnj/vue-layout-master
A router level layout template for Vuejs app. Clone and get started with new Vuejs project
https://github.com/devmnj/vue-layout-master
template-project vue-project vuejs2 vuejs3
Last synced: 5 days ago
JSON representation
A router level layout template for Vuejs app. Clone and get started with new Vuejs project
- Host: GitHub
- URL: https://github.com/devmnj/vue-layout-master
- Owner: devmnj
- Created: 2021-06-03T01:38:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T01:49:32.000Z (over 3 years ago)
- Last Synced: 2023-03-05T05:08:23.298Z (over 1 year ago)
- Topics: template-project, vue-project, vuejs2, vuejs3
- Language: Vue
- Homepage:
- Size: 246 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Layout-Master
This a simple project that help you get started with smart layouting/router level system for Vuejs. This repo is created and maintained for education purpose
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).