Skip to content

Need to be able to build without creating index.html files (or any hosting file)  #2582

@shawnwildermuth

Description

@shawnwildermuth

What problem does this feature solve?

This allows vue-cli to be used in environments where there is development inside another larger server backend (e.g. ASP.NET Core, JSP, PHP, etc.). I understand that it requires a removal of the hashing of the names, but usually hashing is the responsibility of the server not the UI framework so I'm ok if this doesn't including hashing.

What does the proposed API look like?

// vue.config.js
modules.export = {
buildHostFIles: false // true by default
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions