Skip to content
Javen205 edited this page Apr 12, 2019 · 3 revisions

TNW Logo

Package License NPM Version NPM Downloads Donate

简介

TNW: TypeScript(The) + Node.js(Next) + WeChat 微信公众号开发脚手架,支持 http 模块扩展、支持任何 Node.js 的 MVC 服务端框架

本项目是我研究 TypeScript + Node.js 的阶段性总结,因为我对 微信支付公众号小程序/小游戏 有一定的研究,之前也参与过 jfinal-weixin 的开发,所以以微信系为载体再好不过了,后面也会扩展对支付、小程序甚至小游戏相关接口的支持,感谢您的关注:)

安装与运行

NPM 依赖方式

1、下载

$ npm init -y
$ npm i tnw

2、完整示例

源码方式

1、下载项目并安装依赖

$ git clone https://github.com/Javen205/TNW.git 
或者 
$ git clone https://gitee.com/Javen205/TNW.git 
$ cd TNW
$ npm install 

2、编译并运行

$ npm run build 
$ npm run dev

3、完整示例

Nest 示例

开发进度

点击这里

交流群

群号: 114196246

开源推荐