UNPKG

462 BMarkdownView Raw
1# Backoffice Base Components
2
3## Installation and Usage
4
51. Just use npm install --save @bo/base-components
62. Now you can include the scripts by using following snippet:
7
8```bash
9// Load components
10import '@bo/base';
11
12// Load styles
13import '@bo/base/assets/index.css';
14
15// Run server to check the guideline
16npm run dev
17```
18
19## List of components
20
21All components are registered with the Vue global and are available for use. You do not need to re-register them.