mp-gulpfile
v1.5.0
Published
微信小程序 gulpfile 最佳实践
Downloads
4
Readme
微信小程序 gulpfile 最佳实践
- 🚀 轻量极速增量构建
- 🧰 支持
TypeScript
Less
语法及Source Map
- 🗃 按需提取 npm 依赖
- 🎡 支持提取小程序 npm 包组件
- 🌁 图片压缩
快速开始
方式1、根据模板创建项目
# 根据模板创建项目
$ npx mp-gulpfile create my-project
# 安装依赖
$ cd my-project && npm i
方式2、拷贝 gulpfile 至项目中使用
将 gulpfile.js 文件复制到小程序项目根目录下。
安装依赖
$ npm i -D del gulp gulp-cache gulp-changed gulp-if gulp-image gulp-less gulp-mp-npm gulp-rename gulp-sourcemaps gulp-typescript jsonfile miniprogram-api-typings typescript
启动服务
# 启动监听服务
$ npm start
# 单次构建
$ npm run build
将整个项目目录添加至微信开发者工具中,其中 src
为开发路径,.miniprogram
为生产路径。
更多
技巧
在 less 中引入 npm 中的 wxss
@import (css) "weui-miniprogram/weui-wxss/dist/style/weui.wxss";
License
MIT