Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 814 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 814 Bytes

Mini Programs Kit

Mini Programs Kit is an opinionated boilerplate for WeChat development. Tools for building a great experience to manage many mini programs and performance oriented.

Usage

We use lerna to manage mutiple packages.

cd mini-programs-kit
npx lerna bootstrap
cd packages/mini-programs-examples
yarn start

Update

cd your-project
yarn update-kit

Todo

  • Custom Configuration
  • Optimization of Production Environment
  • Testing
  • The Commands of Generate WeChat Mini Programs repo

License

Mini Programs Kit is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments