0.2.0 • Published 4 years ago

vue-layout-manager v0.2.0

Weekly downloads
9
License
Apache-2.0
Repository
github
Last release
4 years ago

vue-layout-manager

usage

npm install vue-layout-manager
// import component directly
import { LayoutManager } from "vue-layout-manager";
// OR import plugin
import LayoutManagerPlugin from "vue-layout-manager";
import Vue from "vue";
Vue.use(LayoutManagerPlugin); // plugin has no options

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

0.2.0

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.1

4 years ago

0.1.4

4 years ago

0.1.0

4 years ago