开发
git clone https://github.com/weui/weui.git
cd weui
npm install
npm start
运行npm start
命令,会监听src
目录下所有文件的变更,并且默认会在8080
端口启动服务器,然后在浏览器打开 http://localhost:8080/example
。
git clone https://github.com/weui/weui.git
cd weui
npm install
npm start
运行npm start
命令,会监听src
目录下所有文件的变更,并且默认会在8080
端口启动服务器,然后在浏览器打开 http://localhost:8080/example
。
本文档使用 BookStack 构建