Skip to content
jf edited this page Apr 7, 2016 · 2 revisions

开发

git clone https://github.com/weui/weui.git
cd weui
npm install
npm start

运行npm start命令,会监听src目录下所有文件的变更,并且默认会在8080端口启动服务器,然后在浏览器打开 http://localhost:8080/example

Clone this wiki locally