electron-vue-template
基于 electron + vue + ts + scss 的项目模板,用于开发桌面应用
vue-template
基于 vue + ts + scss 的项目模板,用于开发 web 应用
vue3-template
基于 vue3 + ts + scss 的项目模板,用于开发 web 应用
vite-template
基于 vite + vue3 + ts + scss 的项目模板,用于开发 web 应用
uni-template
基于 uni + vue + ts + scss 的项目模板,用于开发手机端、小程序等跨平台应用
ts-template
基于 ts + eslint 的项目模板,用于开发 typescript 项目
express-template
基于 express + ts 的项目模板,用于开发后台接口。(未添加数据库配置,需根据项目需求自行设置)
koa2-template
基于 koa2 + ts 的项目模板,用于开发后台接口。(未添加数据库配置,需根据项目需求自行设置)
nest-template
基于 nest + mongoose + ts 的项目模板,用于开发后台接口。
总结
以上模板都是基于 typescript + eslint 的,可以说,ts + eslint 是我目前写 nodejs 项目必需的工具,甚至可以说没了这两个工具我就难以写代码了。只要用过 typescript ,基本上就无法再容忍 javascript 中的遍地 any 了;只要用过了 eslint ,就无法再容忍项目中的任何不规范了。
- 本文链接: https://wp.cmyr.ltd/archives/share-a-few-project-templates-that-you-have-written-yourself
- 版权声明: 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
欢迎关注我的其它发布渠道
发表回复
要发表评论,您必须先登录。