常用项目模板
2019-11-04 本文已影响0人
我的宠物
平常用到的一些代码模板:
适用于生产环境的模板
next.js(ts版本): https://github.com/zqw/next-ts-template
next.js(js版本): https://github.com/zqw/next-js-template
功能较齐全的模板
electron(后台管理网站, 基于vue.js): https://github.com/zqw/electron-vue-admin
electron(后台管理网站, 基于react.js): https://github.com/zqw/electron-react-demo
初级功能模板
grails(网站, 基于react.js): https://github.com/zqw/grails-react-starter
firstRN(第一个简单版的react-native): https://github.com/zqw/firstRN