vue-layout-manager
v0.2.0
Published
layout manager with simple inputs
Readme
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 optionsProject setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildRun your end-to-end tests
npm run test:e2eLints and fixes files
npm run lint