# TNW **Repository Path**: xshe/TNW ## Basic Information - **Project Name**: TNW - **Description**: TNW: TypeScript(The) + Node.js(Next) + WeChat 微信公众号开发脚手架,支持任何 Node.js 的服务端框架(Express、Nest、Egg 等) - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/TNWX - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 214 - **Created**: 2019-07-22 - **Last Updated**: 2021-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
- [简介](#%E7%AE%80%E4%BB%8B) - [TNW 博客](#tnw-%E5%8D%9A%E5%AE%A2) - [安装与运行](#%E5%AE%89%E8%A3%85%E4%B8%8E%E8%BF%90%E8%A1%8C) - [NPM 依赖方式](#npm-%E4%BE%9D%E8%B5%96%E6%96%B9%E5%BC%8F) - [源码方式](#%E6%BA%90%E7%A0%81%E6%96%B9%E5%BC%8F) - [开发进度](#%E5%BC%80%E5%8F%91%E8%BF%9B%E5%BA%A6) - [交流群](#%E4%BA%A4%E6%B5%81%E7%BE%A4) - [开源推荐](#%E5%BC%80%E6%BA%90%E6%8E%A8%E8%8D%90) - [参考资料](#%E5%8F%82%E8%80%83%E8%B5%84%E6%96%99) ## 简介 **TNW: TypeScript(The) + Node.js(Next) + WeChat 微信公众号开发脚手架,支持 http 模块扩展、支持任何 Node.js 的服务端框架(Express、Nest、Egg 等)** ## TNW 博客 - [开源中国](https://www.oschina.net/p/TNWX) - [CSDN](https://javen.blog.csdn.net/article/category/6665009) - [掘金](https://juejin.im/user/57caa559a22b9d006b95af93/posts) - [简书](https://www.jianshu.com/u/9be31238fda1) ## 安装与运行 ### NPM 依赖方式 1、下载 ``` $ npm init -y $ npm i tnw ``` 2、完整示例 - [Gitee 请点击这里](https://gitee.com/Javen205/TNW/tree/master/example/js) - [Github 请点击这里](https://github.com/Javen205/TNW/tree/master/example/js) ### 源码方式 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、完整示例 - [Gitee 请点击这里](https://gitee.com/Javen205/TNW/tree/master/src/example) - [GitHub 请点击这里](https://github.com/Javen205/TNW/tree/master/src/example) 4、 Nest 示例 - [Gitee 请点击这里](https://gitee.com/Javen205/TNW/tree/master/example/nest) - [GitHub 请点击这里](https://github.com/Javen205/TNW/tree/master/example/nest) ## 开发进度 [点击这里](https://github.com/Javen205/TNW/wiki/%E5%BC%80%E5%8F%91%E8%BF%9B%E5%BA%A6) ## 交流群 群号:[ 114196246](https:shang.qq.com/wpa/qunwpa?idkey=a1e4fd8c71008961bd4fc8eeea224e726afd5e5eae7bf1d96d3c77897388bf24) ## 开源推荐 - `IJPay` 让支付触手可及:https://gitee.com/javen205/IJPay - SpringBoot 微服务高效开发 `mica` 工具集:https://gitee.com/596392912/mica - `Avue` 一款基于 vue 可配置化的神奇框架:https://gitee.com/smallweigit/avue - `pig` 宇宙最强微服务(架构师必备):https://gitee.com/log4j/pig - `SpringBlade` 完整的线上解决方案(企业开发必备):https://gitee.com/smallc/SpringBlade ## 参考资料 - [Node.js & Express 教程](http://www.runoob.com/nodejs/nodejs-tutorial.html) - [Java 版 jfinal-weixin](https://gitee.com/jfinal/jfinal-weixin) - [JavaScript + Node.js 版](https://github.com/SilenceHVK/wechatByNode) - [wechat-dev-with-nodejs](https://github.com/i5ting/wechat-dev-with-nodejs/blob/master/stuq.md)