like-scene-ui
Version:
34 lines (22 loc) • 277 B
Markdown
# like-ui
## Getting Started
Install dependencies,
```bash
$ npm i
```
Start the dev server,
```bash
$ npm start
```
Build documentation,
```bash
$ npm run docs:build
```
Run test,
```bash
$ npm test
```
Build library via `father-build`,
```bash
$ npm run build
```