From 888651a0fb8cc63481c73388e6df769f375aaa80 Mon Sep 17 00:00:00 2001 From: jingweicai <285025525@qq.com> Date: Mon, 12 Aug 2019 08:08:16 +0800 Subject: [PATCH] feat: add wcc.js adn wcsc.js (#259) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0fd6bac..50ade73 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ - [Anka](https://iexception.github.io/anka-doc/book/index.html) - 渐进式小程序开发工具集,提供通用的开发函数库及组件 - [WeAppBunXin](https://github.com/BakerJQ/WeAppBunXin) - 微信小程序开发之影分身术,一套代码生成多个小程序 - [miniprogram-build](https://github.com/NewFuture/miniprogram-build) - 小程序命令行编译工具(支持typescript,原生npm,资源文件压缩...) +- [wcc.js](https://github.com/caijw/wcc.js) - wcc.js 是wxml文件和wxs文件编译器的nodejs实现 +- [wcsc.js](https://github.com/caijw/wcsc.js) - wcsc.js 是wxss文件编译器的nodejs实现 [↑ 返回目录 ↑](#目录) -- GitLab