Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vue] vue打包成最终的文件有哪些? #423

Open
haizhilin2013 opened this issue Jun 22, 2019 · 3 comments
Open

[vue] vue打包成最终的文件有哪些? #423

haizhilin2013 opened this issue Jun 22, 2019 · 3 comments
Labels
vue vue

Comments

@haizhilin2013
Copy link
Collaborator

[vue] vue打包成最终的文件有哪些?

@haizhilin2013 haizhilin2013 added the vue vue label Jun 22, 2019
@wenyejie
Copy link

vendor.js, app.js, app.css,
1.xxx.js
2.xxx.js

如果有设置到单独提取css的话
还有
1.xxx.css
......

@WalkAlone0325
Copy link

默认的一个html文件,然后是js。css

@tengli1990
Copy link

vendors.js app.js 每个懒加载路由的页面单独打包一个js 每个异步加载的组件单独打包一个js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vue vue
Projects
None yet
Development

No branches or pull requests

4 participants