-
With simple latest nuxt app, if you add @nuxtjs/router and set router base to anything, each browser refresh appends base route to the url.
![image](https://user-images.githubusercontent.com/20635…
tkeer updated
3 years ago
-
I have some packages like:
```
...,
"dependencies": {
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.12.0",
"@nuxtjs/proxy": "^2.0.1",
"@nuxtjs/pwa": "^3.0.0-beta.20",
}…
-
This issue occurs when `generator_config_file` input is not provided
It may not be obvious when using Nuxt 3 Workflow suggested by Github. Additionally Nuxt 3 uses .js configuration file, even if a…
-
### What problem does this feature solve?
When `dev === false`, not only the workbox module, but also other additional service-workers loaded via `importScripts` are not loaded.
In my case I am fine…
lupas updated
3 years ago
-
Hi!
Using `"@nuxt/image": "^1.7.0" and `"nuxt": "^3.12.4"`, I have the following setup for nuxt image:
`nuxt.config.ts`:
```js
modules: [
...
'@nuxt/image',
...
],
image: …
-
近期用 nuxt.js + nightmare 开发的爬虫工具,发布时部署 Linux 系统。由于 Linux 系统没有图像相关的 GUI 界面,需要安装一系列的依赖,所以才遇到坑。
CentOS 和 Ubuntu 系统都不一样的操作,遇到 docker 创建的各种坑(其实就是不熟悉),以及国内服务器 docker build 时下载速度慢,需要镜像更换等,从不会写 Dockerfile 到…
-
There is a [compatibility issue with Nuxt.js that I don't completely understand](https://github.com/nuxt/nuxt.js/issues/438).
The workaround is to whitelist this component in ssr mode.
-
# 背景
- とりいそぎ、jsで実装した内容をtsに修正したい
# 対応内容
- nuxt.config.tsに修正する
- 以下を参考にする
- https://qiita.com/iwata@github/items/f798cc6cc24ac41a74d9
- 全体的に、nuxtのts化は成熟していない技術なので、記事などの内容は要注意
- バージョ…
-
### Is your feature request related to a problem? Please describe.
Words directly take from @pi0, as I think he states the problem perfectly:
> Due to a lack of standards for where tools store t…
-
I have started a blank Nuxt.js project. I install the @nuxtjs/bootstrap-vue module and I add the module to my nuxt.config.js file. My module section looks like this:
```
modules: [
'@nuxtjs/a…