vue-develop-template icon indicating copy to clipboard operation
vue-develop-template copied to clipboard

A Vue.js template that can support more than 100 thousand lines of code in our business, I hope it can help you too~

Results 3 vue-develop-template issues
Sort by recently updated
recently updated
newest added

mac 环境下,文件路径大小写敏感,会导致运行错误,如图所示: ![image](https://user-images.githubusercontent.com/25237993/89162920-5d4fff80-d5a7-11ea-85b5-9c9fe4c58818.png) ![image](https://user-images.githubusercontent.com/25237993/89162997-81134580-d5a7-11ea-890f-0b4f77616e0e.png) ![image](https://user-images.githubusercontent.com/25237993/89163064-9d16e700-d5a7-11ea-903d-8597ea07dadf.png)

目前我们的项目差不多500多个文件,打包需要20分钟. 像vue,element-ui 这些第三方库已通过script形式引入, 但是打包的时候还是很慢. 想把代码按照模块划分, 再根据模块分别进行打包. 不知道代码层面需要怎么调整?