-
As title, thanks!
-
I've been reading the documentation over and over, and there's still something I don't get. I simply followed the Vue3 Framework section of the plugin doc. When building for prod, this is what I get:
…
-
When using Vue SPAs with vue-test-utils, your component is in `Foo.vue`, and the test is in `Foo.spec.ts`. Since one has a `.vue` extension, and the other has a `.ts` extension, this won't work
-
Hello guys,
I'm currently using Vue CLI 3 in my project, but due to internal server policies I need to use nested folders to the dist SPA path:
`dist/it-infrastructure/resources/tools/storage-tc…
-
### Version
16.1.1
### Reproduction link
[https://github.com/joeldenning/vue-loader-hmr-bug](https://github.com/joeldenning/vue-loader-hmr-bug)
### Steps to reproduce
The steps ar…
-
### Version
4.3.8 and 4.4.9
### Context
A browser-based app with a backend support.
The Vert.x backend is serving:
- an API that is protected by `OAuth2Auth` created using `KeycloakAuth.d…
-
node version v12.20.0
2022-02-15 16:50:31,243 INFO 8128 [master] egg version 2.33.1
2022-02-15 16:50:32,839 ERROR 11068 nodejs.ValidationError: Invalid options object. Ignore Plugin has been initial…
-
`prerender-spa-plugin": "^3.0.0-beta.2" ` installed through :
`npm install prerender-spa-plugin@next --save-dev`
`Vuejs` app with `vue-cli 3` full SPA (no SSR)
I use this plugin for being properl…
-
For anyone coming here, here's an updated version which uses SPA SDK itself to perform the flow.
A static config file is assumed, but can be adapted to use env variables.
Care as it uses deep impo…
-
Great Vue.js tutorial, one of the best that really explains very well how to make SPA's with vue-router.
Maybe on question that arises from this tutorial. Is there a way to serialise a form with vue…