diff options
author | kaiwu <kaiwu2004@gmail.com> | 2024-07-20 23:53:55 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2024-07-20 23:53:55 +0800 |
commit | 20e2723ef3201f3836287ba47bce6ecc000698ed (patch) | |
tree | 9e089e14e3935645b577ab4b6a94385c638ef31d | |
parent | 2c560024646d718a7b0d4cee8ee1503b3a95ba24 (diff) | |
download | wechat_dev_tools-20e2723ef3201f3836287ba47bce6ecc000698ed.tar.gz wechat_dev_tools-20e2723ef3201f3836287ba47bce6ecc000698ed.zip |
add badges
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,11 @@ # wechat_dev_tools +[](https://hex.pm/packages/wechat_dev_tools) +[](https://hexdocs.pm/wechat_dev_tools/) + Develop wechat miniprograms in [gleam](https://gleam.run). -It uses [esbuild]() and [esbuild-plugin-less]() to build `*.json`, `*.wxml` and `.wxss` files + +It uses [esbuild](https://esbuild.github.io/) and [esbuild-plugin-less](https://github.com/iam-medvedev/esbuild-plugin-less) to build `*.json`, `*.wxml` and `.wxss` files ```sh $ git clone https://github.com/kaiwu/wechat_dev_tools.git your-project |