Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 376 Bytes

File metadata and controls

26 lines (19 loc) · 376 Bytes

@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