0👍
✅
In the head section of nuxt.config.js
file, you can add this:
export default {
...
head: {
script: [
{ src: '~/semantic/dist/semantic.min.js'}
]
}
...
But I think you’re going the wrong way to integrate nuxt.js and semantic-ui…
You should follow semantic-ui-vue
package and integration with nuxt instead.
Source:stackexchange.com