项目文件放在 app
目录下:
.app
├── humans.txt
├── i // 图片
├── index.html // 入口 HTML
├── js // JS
├── less // Less
├── manifest.json
├── manifest.webapp
└── robots.txt
npm install gulp -g
-
克隆或下载本项目;
git clone https://github.com/GoUSTB/xiaoyoubang.git
-
进入项目目录,执行
npm install
;
npm start
设置 Node 环境变量为 production
后,HTML 中引用的 CSS 和 JS 会替换为 minify 的版本。
npm run build
(待完成)