Files
Vue.NetCore/v3版本代码/01.框架文件结构说明(必看).txt
283591387@qq.com e7400607dd 新版本v3.5发布
2025-03-25 22:47:37 +08:00

28 lines
1.4 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
前端【Vol.Vue3版本】文件夹下才有演示页面代码(Vol.Vue3.Vite里没有示例页面打开页面会出现404) 开发请使用Vol.Vue3.Vite前端项目示例代码用Vol.Vue3版本或者看文档上
1、.Net6版本 后台api项目使用的.Net6+EFCore6+Dapper
2、DB 数据库脚本
3、Net6.SqlSugar 后台api项目使用的.Net6+Sqlsugar(与上面的.Net6版本二选一开发)
4、vol.uniapp 框架移动端项目基于uniapp+uview,可以开发h5、安卓、ios、微信小程序
5、Vol.Vue Vue2版本前端已废弃不再维护
6、Vol.Vue3.Vite 前端vue3项目基于Vue3 + Vite + TypeScript推荐使用此项目开发前端
7、Vol.Vue3版本 前端vue3项目新项目推荐使用上面的Vol.Vue3.Vite
8、Vue.Net 后台api项目,使用.netcore3.1已不再更新如果正在使用此版本请看QQ群文件3.1升级6.0说明
9、开发版dev 后台+前端项目,里面没有演示代码
/******使用说明:新项目或者学习,推荐使用.Net6版本或Net6.SqlSugar后台+Vol.Vue3.Vite 前端*******/
环境要求:
前端node16+版本建议使用node18版本node下载地址https://nodejs.org/download/release/latest-v18.x/
后台使用vs2022并安装了.net6sdk