weapp-launcher

0.1.4 • Public • Published

Weapp Launcher

Kapture 2023-07-24 at 23.53.50

  1. install
# pnpm
pnpm add weapp-launcher -D

# npm
npm install weapp-launcher -D

# yarn
yarn add weapp-launcher -D
  1. set scripts
{
  "scripts": {
    // ...
    "dev": "weapp-launcher"
    // ...
  }
}
  1. run
# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

weapp-launcher.config.json will be generated and saved in cwd on the first run.

{
  "script": "dev",
  "devtoolPath": "/Applications/wechatwebdevtools.app"
}

Wechat Devtool will launch automatically when the build completed.

📢 The developer tools' path CANNOT contain spaces!!!

Package Sidebar

Install

npm i weapp-launcher

Weekly Downloads

2

Version

0.1.4

License

MIT

Unpacked Size

7.38 kB

Total Files

4

Last publish

Collaborators

  • zb81