@vubular/layout
v0.0.32
Published
App Layout
Downloads
7
Readme
@vubular/layout
Overview
vubular layout is a webapp shell layout.
Install
npm install --save @vubular/layoutImport using module
use this code in app.js(entry js):
import VubularLayout from 'vubular-layout';
Vue.use(VubularLayout);Usage
<vubular-layout :navigation="['Dashboard','Users']"></vubular-layout>License
MIT License
