blob: 28a7cab7b40dc5a4304da8f9c9210c6b29632ed5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# wechat_dev_tools
[](https://hex.pm/packages/wechat_dev_tools)
[](https://hexdocs.pm/wechat_dev_tools/)
wechat_dev_tools is a template which enables developing wechat miniprograms in [gleam](https://gleam.run). It uses [esbuild]() and [esbuild-plugin-less]() to build `*.json`, `*.wxml` and `.wxss` files
```sh
$ npm i
$ gleam build
```
Further documentation can be found at <https://hexdocs.pm/wechat_dev_tools>.
## Development
```sh
$ npm run clean
$ npm run build
$ npm run watch
```
|