1 Star 2 Fork 672

newbird_com / CURD-TS

forked from zym / vue-pure-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Vue3.0后台管理系统

功能已开发完毕,新需求请提issues

vue版本代码:https://github.com/xiaoxian521/CURD-TS
vue版本在线地址:http://yiming_chang.gitee.io/manages
react版本代码:https://github.com/xiaoxian521/CURD-TS/tree/react-ts
angular版本代码:https://github.com/xiaoxian521/CURD-TS/tree/angular-ts
angular版本在线地址:http://usercxx.gitee.io/ng-gis-map
node接口:https://github.com/xiaoxian521/CURD-TS/tree/backend
doc文档:https://github.com/xiaoxian521/CURD-TS/tree/doc

github地址:https://github.com/xiaoxian521/CURD-TS
gitee地址:https://gitee.com/yiming_chang/CURD-TS

知识库地址

帮助你获取最新的 API
[vue3.0 中文文档地址]: https://vue3js.cn/docs/zh/
[element-plus 中文文档地址]: https://element-plus.org/#/zh-CN
[composition-Api 中文文档地址]: https://composition-api.vuejs.org/zh/
[vue-router-next 文档地址]: https://next.router.vuejs.org/
[next.vuex 文档地址]: https://next.vuex.vuejs.org/
[vite 源码]: https://github.com/vitejs/vite
[vite 文档地址]: https://vitejs.dev/
[vite 中文文档地址(非官方版本)]: https://vite-design.surge.sh/guide/chinese-doc.html
[vue-i18n-next]: https://vue-i18n-next.intlify.dev/
[composition-api-vue-i18n-next]: https://vue-i18n-next.intlify.dev/advanced/composition.html#local-scope

安装依赖

npm install

项目运行

npm run serve

项目打包

npm run build

注意点

请先全局安装 typescript、ts-node、vite 如安装请忽略

npm install -g typescript
npm install -g ts-node
npm install -g create-vite-app

坑位
1.
path模块线上部署会遇到process is undefined问题
解决办法:在源码中开头加入window.process = {}
issues:https://github.com/jinder/path/issues/7
2.
运行项目时控制台报NODE_ENV not found
解决办法:删除node_modules和package-lock.json文件,重新npm install
3.
运行项目会感觉菜单切换比较卡,这个原因是使用route造成的,watch(route)是隐式的{ deep: true },最好使用watchEffect
issues:https://github.com/vuejs/vue-next/issues/2027

空文件

简介

Vue3.0+TypeScript+NodeJS+MySql编写的一套后台管理系统 展开 收起
TypeScript
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
TypeScript
1
https://gitee.com/newbird_com/CURD-TS.git
git@gitee.com:newbird_com/CURD-TS.git
newbird_com
CURD-TS
CURD-TS
main

搜索帮助