lin-xin / vue-manage-system

Vue3、Element Plus、typescript后台管理系统
https://lin-xin.github.io/example/vue-manage-system/
MIT License
18.83k stars 6.02k forks source link

请问怎么断点调试或者和后端对接 #16

Closed 547437352 closed 7 years ago

547437352 commented 7 years ago

1.比如我现在我dev以后,点击登陆的按钮回执行自己的逻辑,我发现我在浏览器中找不到这行代码 2,还有我整个项目都要传到git上吗太大了,还是我需要build后只把dist给后台,可是dist都是压缩后的代码,能不让他压缩build后就像传统的页面一样,css和js都是引入的浏览器明显能看到代码

547437352 commented 7 years ago

@lin-xin

lin-xin commented 7 years ago

@547437352 1、vue-devtool调试工具。2、只需上传dist即可。