Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@lazy-bee/basic

lazy-bee5ISC0.1.47

Project setup npm install

ui, lazybee, lazy-bee, vue, javascript, components, web

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>