Skip to content

vubular/layout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

@vubular/layout

Overview

vubular layout is a webapp shell layout.

Install

npm install --save @vubular/layout

Import 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

Releases

No releases published

Packages

No packages published