Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/).