编辑 | blame | 历史 | 原始文档

BUI 单页开发工程包

使用说明

需要先安装 node, 才能使用下面命令.

安装依赖

npm install

运行服务并编译dist目录

npm run dev

生成打包dist目录

npm run build