Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
253 views
in Technique[技术] by (71.8m points)

javascript - Nuxt添加资产javascript文件(Nuxt add assets javascript files)

I have started a small project using Nuxt Js and i imported my CSS files correctly.

(我已经使用Nuxt Js启动了一个小项目,并且正确导入了我的CSS文件。)

i would like to know how can i load and bundle Js files too.

(我想知道如何也可以加载和捆绑Js文件。)

I have already tried to add the following code in my nuxt.config.js but it doesn't works :

(我已经尝试在我的nuxt.config.js中添加以下代码,但是它不起作用:)

  script: [
    { src: '@/plugins/test.js' }
 ],

also i tried this following code :

(我也尝试了以下代码:)

vendor: ['@/plugins/test.js'],

is there any suggestions to fix that please ?

(有什么建议可以解决吗?)

thanks

(谢谢)

  ask by Amine Bouhaddi translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...