Static GitHub Issues

[2197] how import jquery plugins in nuxt js

prev: import of async components
next: Vue 2.5.3 and Vue-template-compiler

i put a jquery plugins (SuperSlide.2.1.1.js) in to the files: assets/js/SuperSlide.2.1.1.js,

but i want to import this jquery plugins in components files by: import SuperSlide from '~assets/js/SuperSlide.2.1.1.js'

The log:"To install them, you can run: npm install --save ~assets/js/SuperSlide.2.1.1.js ..."

Remarks:I can use "jquery", "$".

how correct to import jquery plugins in NuxtJs thanks

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1938">#c1938</a>)</em></sub></div>