Skip to content

44uk/nemui

Repository files navigation

nemui

nem Utility Interface.

nemui

Demo

Archives

Build

# install dependencies
npm install

# build for production with minification
npm run build

Development

# install dependencies
npm install

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