0.2.0 • Published 6 years ago

vue-layout-manager v0.2.0

Weekly downloads
9
License
Apache-2.0
Repository
github
Last release
6 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

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.1

6 years ago

0.1.4

6 years ago

0.1.0

6 years ago