An open API service indexing awesome lists of open source software.

https://github.com/balmjs/template-wechat


https://github.com/balmjs/template-wechat

Last synced: about 2 months ago
JSON representation

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

cd my-project
yarn
# or
npm i
```

## Enjoy

```sh
# For development
npm run dev

# For production
npm run prod
```

- thx [BalmJS](https://balmjs.com/)