lyove

0.0.1 • Public • Published

Lyove

A high quality UI Toolkit, A Component Library for React 16+.

Documentation

Visit the English or 中文 website for more information.

Installation

$ npm install lyove --save
# or 
$ yarn add lyove

Basic Usage

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'lyove';
 
ReactDOM.render(
  <Button type="primary">Hello</Button>, 
  document.getElementById('app')
);

Development

To develop, run the self-reloading build, Get the code:

$ git clone https://github.com/lyove/lyove.git
cd lyove
$ npm install 
# or 
$ yarn install

To develop, run the self-reloading build:

# Run the app 
# Restart the app automatically every time code changes.  
# Useful during development. 
$ npm start
# or 
$ yarn start

Open your browser and visit http://127.0.0.1:3000

Update the document

$ npm run deploy
# or 
$ yarn run deploy

License

Licensed under the MIT License.

Package Sidebar

Install

npm i lyove

Weekly Downloads

5

Version

0.0.1

License

ISC

Unpacked Size

12.6 kB

Total Files

6

Last publish

Collaborators

  • lyove