Getting started

Simple two sides layout with a small icon and basic style sidebar, header, and body perfect for application.

Installation

Using npm:

$ npm i vue-layout-components

Register Styles

@import "~vue-layout-components/src/scss";

Register Components

import VueLayoutComponents from "vue-layout-components";

Vue.use(VueLayoutComponents);

Last updated