-
Hello. I got an error with one of the packages `vue-particles` when building the project. It's because it's using ES6 syntax I guess. I can't find the answer how to solve it. I even doesn't see where …
-
This is a list of the 1556 projects that are listed on an outdated URI in Bower, along with their current location.
```
a: /bevacqua/a -> /bevacqua/contra
ace-latest: /wangshijun2010/ace -> /wangshij…
-
### Element UI version
2.2.1
### OS/Browsers version
Ubuntu Linux 16.04
### Vue version
2.5.14
### Reproduction Link
[https://jsfiddle.net/mmx38qxw/542/](https://jsfiddle.net/mmx38qxw…
-
I have been trying to use vue-particles with nuxt.js, but it doesn't work. Found this issue https://github.com/nuxt/nuxt.js/issues/673. Have the same exact errors but cannot fix no matter what.
```
…
-
follow the steps
```
vue init webpack test
cd test
yarn install
yarn add vue-particles
```
edit `main.js`
```
import VueParticles from 'vue-particles'
Vue.use(VueParticles)
```
edi…
romoo updated
6 years ago
-
SyntaxError: Unexpected token punc «(», expected punc «:» [./~/vue-cropperjs/VueCropper.js:140,0]
-
After six hours testing, i dont get it work so i try to ask here. I use vue version of filepond with encoding. After event addfile is fired i want to get the base64 string, but i just don get it. This…
-
```
E:\testDemo\surmon.me>npm run dev
> surmon.me@1.0.0 dev E:\testDemo\surmon.me
> node server.js
Nuxt.js SSR Server listening on 127.0.0.1:3000, at 2018-1-16 09:27:19
████████████████████…
asvue updated
6 years ago
-
The plugin fullpage.js is not initialized because of this error.
I have followed the instructions from the readme and some past issues, following the examples but still can't work.
Here are my imp…
-
Please, consider making an edit to your README.md
It doesn't work with SSR, also tested with nuxt.
The following **doesn't work:**
```
plugins: [ '~plugins/vue-particles` ]
```
error:
```
Nuxt…