Skip to content

Add non-SPA preset #1639

@wujekbogdan

Description

@wujekbogdan

What problem does this feature solve?

SPA is a hot topic nowadays, but Vue works great with non-SPA. Adding Vue components to existing sites is still a very common use case for Vue. I think that adding non-SPA support isn't a big deal.

What does the proposed API look like?

The minimal set of features to implement is:

  • disable unique names for assets in dist (app.js would be always saved as app.js, instead of app.bad90def.js)
  • add dev server proxy and make the non-SPA URL configurable.
  • add mount point selection to the wizard (that would default to #app)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions