Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
44uk committed Feb 11, 2018
1 parent 37ae744 commit f863040
Showing 1 changed file with 13 additions and 17 deletions.
30 changes: 13 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,32 @@
# nemui

A nem Utility Interface.
nem Utility Interface.

![nemui](https://user-images.githubusercontent.com/370508/36069323-aa700562-0f2a-11e8-9863-710096b7e70b.gif)

## Demo

soon...
## Demo

## Usage
* [nemui - web](http://nemui.bitballoon.com/)

soon...

## Build Setup
## Build

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
```

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit
## Development

# run e2e tests
npm run e2e
``` bash
# install dependencies
npm install

# run all tests
npm test
# serve with hot reload at localhost:8080
npm run dev
```

0 comments on commit f863040

Please sign in to comment.