Skip to content

Voyzz/smart-home-mini-program

Repository files navigation

smart-home-mini-program

Install and use

下载项目

git clone https://github.com/Voyzz/smart-home-mini-program.git

微信小程序

  • 编译命令
# yarn
$ yarn dev:weapp
$ yarn build:weapp

# npm script
$ npm run dev:weapp
$ npm run build:weapp

# 仅限全局安装
$ taro build --type weapp --watch
$ taro build --type weapp

# npx 用户也可以使用
$ npx taro build --type weapp --watch
$ npx taro build --type weapp

# watch 同时开启压缩
$ set NODE_ENV=production && taro build --type weapp --watch # Windows
$ NODE_ENV=production taro build --type weapp --watch # Mac

About

🙂 the main center-controlling mini-program

Resources

Stars

Watchers

Forks