diff options
author | Kai WU <kaiwu2004@gmail.com> | 2024-07-20 10:59:38 +0800 |
---|---|---|
committer | Kai WU <kaiwu2004@gmail.com> | 2024-07-20 10:59:38 +0800 |
commit | 75cedce799148b8e2541fee1ea5bd4d5c1cfe4c2 (patch) | |
tree | c4a41483c9b17e36c548813696e5e1f91d4fd3ac /README.md | |
parent | 8151853546507050f00fa4fe9032752b4320e595 (diff) | |
download | wechat_dev_tools-75cedce799148b8e2541fee1ea5bd4d5c1cfe4c2.tar.gz wechat_dev_tools-75cedce799148b8e2541fee1ea5bd4d5c1cfe4c2.zip |
gleam fix
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,8 +3,7 @@ [](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. -it uses [esbuild]() and [esbuild-plugin-less]() to build `*.json`, `*.wxml` and `.wxss` files +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 |