-
-
Couldn't load subscription status.
- Fork 6.3k
Closed
Labels
Description
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.jswould be always saved asapp.js, instead ofapp.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)
taivu, wysman, poorgeek, claytondus, rdsn and 13 more