0.0.1 • Published 5 years ago

lyove v0.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

Lyove

npm.io npm.io npm.io npm.io

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.