https://github.com/balmjs/template-wechat
https://github.com/balmjs/template-wechat
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/balmjs/template-wechat
- Owner: balmjs
- Created: 2020-01-29T07:36:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T06:40:43.000Z (almost 5 years ago)
- Last Synced: 2024-05-27T12:32:10.154Z (12 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BalmJS template - `wechat`
> A simple project for WeChat
## Installation
```sh
npm i -g balm-cli
balm init wechat my-projectcd my-project
yarn
# or
npm i
```## Enjoy
```sh
# For development
npm run dev# For production
npm run prod
```- thx [BalmJS](https://balmjs.com/)