@lazy-bee/basic
v0.1.47
Published
## Project setup ``` npm install ```
Downloads
42
Readme
Lazybee-component
Lazybee is a front-end UI component Library for developing websites and web applications base on Vue.js. It provides useful components for the developer to building app and prototype quickly.
Demo
Install
yarn add @lazy-bee/basic
or
npm install @lazy-bee/basic --save
Usage
import LazybeeComponent from '@lazy-bee/basic';
import '@lazy-bee/basic/dist/basic.css';
Vue.use(LazybeeComponent);
<v-app>
...
</v-app>