webuild
1.0.0
労働者が仕事をうまくやりたいなら、まず道具を研ぐ必要があります
特性:
process.env
をサポートし、デフォルトではNODE_ENV
を使用します。変数WEBUILD_XX
をカスタマイズすることもできます。このプロジェクトは開発ツールであり、小さなプログラム フレームワークではありません。
インストール
npm install @axetroy/webuild -g
webuild init my-mini-app
cd my-mini-app
npm start
アプレットのプロジェクト ディレクトリが
.
├── app.css
├── app.js
├── app.json
└── pages
├── detail
│ ├── index.css
│ ├── index.js
│ └── index.xml
└── index
├── index.css
├── index.js
└── index.xml
src ディレクトリを作成し、ミニ プログラム プロジェクトのソース コードを src ディレクトリに配置して実行します。
# 运行命令, 监听文件变化并打包编译
webuild dev
# 发布项目
webuild build
ソース コード src は dist ディレクトリにコンパイルされています。
WeChat/Alipay 開発者ツールを開き、dist ディレクトリをロードします。
ES6转ES5
オプションをオフにする必要があります
$ webuild --help
webuild 0.3.5 - 零配置无侵入式的微信小程序开发工具
USAGE
webuild < command > [options]
COMMANDS
init < name > 初始化一个新项目
dev 以开发模式运行
build 构建生产模式
help < command > Display help for a specific command
GLOBAL OPTIONS
-h, --help Display help
-V, --version Display version
--no-color Disable colors
--quiet Quiet mode - only displays warn and error messages
-v, --verbose Verbose mode - will also output debug messages
貢献ガイド
プロジェクトが良いと思うなら、スターを出し惜しみしないでください。
私は長い間ホイールを構築してきました、フォロー大歓迎です。
アクセトロイ ? ? |
---|