Socket
Book a DemoInstallSign in
Socket

muui

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

muui

A simple interactive UI lib.

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

安装

安装package.json 中声明的全部依赖

npm install

之后通过执cake可以查看所有可供运行的task

开发

nobone 为MuUI提供了基础的开发预览环境, 在server启动的状态下,会根据配置去render对应的jade, styluscoffee等源码, 并自动刷新浏览器。启动开发调试环境,需执行:

cake [-p port] dev

会在指定端口启动开发server(默认端口:8077)。之后访问:http://127.0.0.1:8077/ 可以查看MuUI的组件列表。

另外如果要测试编译后的代码,可以键入-s指定static目录。比如指定编译后的dist为static目录,则运行:

cake -s ./dist dev

编译

cake build

上述命令会将public下的对应的源码编译到dist目录。

Keywords

UI

FAQs

Package last updated on 09 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts