This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.
启动命令:
deno task dev由于工作环境限制(借口),一直不关心、不使用新技术,正好 deno2 对于 node 生态进行了进一步的兼容,vite 也做了基础适配,可以在 node 无关的环境进行开发(其实 deno 还是会用 node 的 npm ,要注意镜像切换),可以从新出发,玩一玩新技术了。
技术栈: deno2 vite7 + vue3 + alova3 oak17 + drizzle-orm
数据库:Pg17 / Sqlite3
项目结构: api: 后端源码 src: 前端源码
todo: PanJiaChen/vue-element-admin#2312
说明: 本项目虽然使用Ts进行开发,但是不会做任何的类型体操。