From cc07f00a7c3a740f7c7855f3d303cfae119759cf Mon Sep 17 00:00:00 2001 From: wukai Date: Thu, 1 Feb 2018 14:59:25 +0800 Subject: [PATCH] fix #400, Add implement WeApp by Scala.js --- libraries/skeletons.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libraries/skeletons.md b/libraries/skeletons.md index a899a94a..51dc6f3e 100644 --- a/libraries/skeletons.md +++ b/libraries/skeletons.md @@ -32,3 +32,7 @@ D3.js lib. ### [Udash Generator](http://guide.udash.io/#/bootstrapping/generators) Project generator for the Udash framework - creates a customized, complete and runnable Udash based application. + +### [Develop WeChat application with Scala.js](https://github.com/kaiwu/weui-scalajs) +The project implements [WeUI demo](https://github.com/Tencent/weui-wxss/) entirely with Scala.js and sbt-less, +showing that Scala.js is a solid development platform for [WeChat mini-programs aka WeApp](https://en.wikipedia.org/wiki/WeChat).