0.0.1 • Published 5 years ago

missra v0.0.1

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

Missra

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

A high quality React Mobile Component Library for Mobile

Documentation

Visit the English or 中文 website for more information.

Installation

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

Basic Usage

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'missra';

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/missra-kit/missra.git
$ cd missra
$ 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.