0.1.4 • Published 1 month ago

weapp-launcher v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

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!!!

0.1.4

1 month ago

0.1.3

4 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago