Skip to content

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

Open
@haizhilin2013

Description

@haizhilin2013
Collaborator

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

Activity

wenyejie

wenyejie commented on Jun 27, 2019

@wenyejie

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

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

WalkAlone0325

WalkAlone0325 commented on Jun 28, 2019

@WalkAlone0325

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

tengli1990

tengli1990 commented on Feb 16, 2023

@tengli1990

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @wenyejie@haizhilin2013@tengli1990@WalkAlone0325

        Issue actions

          [vue] vue打包成最终的文件有哪些? · Issue #423 · haizlin/fe-interview