-
**Describe the bug**
After following instructions in README.md, running `npm run build` gives error: `Cannot call .tap() on a plugin that has not yet been defined. Call plugin('html').use() first.`
…
-
Uma Single Page Application (SPA) é um tipo de aplicação web ou website que interage com o usuário reescrevendo dinamicamente a página atual em vez de carregar páginas inteiras do servidor. Isso resul…
-
Title says all !
-
Creating a sample single-page application (SPA) with Vue.js involves several key steps. For simplicity, I'll outline a basic example: a task manager app where you can add and list tasks. This example …
-
I'm running Swagger 5 alpha on a Vite/Vue3 SPA, the previous version worked great but upgrading to this gives me an error I can't find any documentation on maybe because it's so new.
If this line l…
-
Hi,
I'm having problems in pre-rendering Vue project (generated with Vue CLI 3). It is multilingual(2 languages) and has basic nested routes. It uses https://www.i18next.com/ (implementation based …
-
## Bug Report
Im using the Preferences Plugin to store the current used locale on the device.
```
// language.ts
await Preferences.set({
key: 'locale',
value: updatedLocale.value,
…
-
after upgrade vue webpack5... error occurred.
(set libraryTarget = umd) https://github.com/single-spa/vue-cli-plugin-single-spa/blob/main/index.js#L26
```js
npm run serve:standalone
```
i…
-
Vue application does not work. During activation in root-config followed exception is thrown.
```
Uncaught TypeError: application '@foo/bar' died in status LOADING_SOURCE_CODE: Cannot read propert…
-
Update: The poll is broken due to abuse so I removed it (Nuxt.js won it anyways), here's a list of commonly used tools for building Vue apps:
- Vue CLI: SPA
- Nuxt: SPA / SSR / Static site
- VueP…