-
在nuxt2.0版本中使用less3.x版本
.bezierEasingMixin();
^
Inline JavaScript is not enabled. Is it set in your options?
-
### Steps to reproduce
Yesterday ,I update my project to Nuxt2.0 from Nuxt1.0.
I found the space between dom element has changed.
So , I set preserveWhitespace:false to vue-loader. But it's not wor…
-
`backpack dev`
`Module build failed: Error: Plugin/Preset files are not allowed to export objects, only functions. In E:\dir\nuxt-blog\nuxt\node_modules\backpack-core\babel.js
at createDescrip…
-
There is an error when run dev or build:
```
ERROR in ./.nuxt/client.js
Module build failed (from ./node_modules/eslint-loader/index.js):
TypeError: Cannot read property 'eslint' of undefined
…
-
When I first tried to deploy it. I got an error for async await and deployment failed. So I have added
```
"engines": {
"node": "8"
},
```
in function's package.json.
I have also upgra…
-
I'm trying to add Element-UI to the project. It renders in server but not the client side.
On page refresh it will show from the server correctly rendered but when client version comes in, it gives t…
-
Hi Guys I've been trying to make this work with nuxt.js smoothly but I am not successful.
Is it possible to implement this together with nuxt without using gulp only webpack?