vubular layout is a webapp shell layout.
npm install --save @vubular/layout
use this code in app.js(entry js):
import VubularLayout from 'vubular-layout';
Vue.use(VubularLayout);
<vubular-layout :navigation="['Dashboard','Users']"></vubular-layout>
MIT License