AlpacaBi / live2d_ai

基于live2d.js实现的动画小人ai,拥有聊天功能,还有图片识别功能,可以嵌入到网页里
Do What The F*ck You Want To Public License
52 stars 21 forks source link

大神,求问下 vue-cli3中这个怎么配置 #1

Closed ngcly closed 5 years ago

ngcly commented 5 years ago

在vue-cli3种一直报 initModel is not defined ,js,cs,我都引入了。不知道为啥就是调用不了那个js的方法

AlpacaBi commented 5 years ago

你要把这个项目加载进webpack打包么,那工程量有点大。我还在研究如何加进webpack里

发自毕国康的 iPhone

在 2018年12月5日,下午5:54,宁哥CLY notifications@github.com<mailto:notifications@github.com> 写道:

在vue-cli3种一直报 initModel is not defined ,js,cs,我都引入了。不知道为啥就是调用不了那个js的方法

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/biguokang/live2d_ai/issues/1, or mute the threadhttps://github.com/notifications/unsubscribe-auth/APeP3DYelCC877bnNmeGZ6Mrbfb809HVks5u15fTgaJpZM4ZCX1-.

ngcly commented 5 years ago

好吧,我也是刚学vue的半吊子,后台写过各种html,但是碰到单页面就一脸懵了。所以就用了最新的vue-cli3脚手架搭的,看了你这个动漫小人物挺好玩 想加载进去,一直加不进去,好尴尬。

AlpacaBi commented 5 years ago

你可以直接嵌入在index.html里面的,我也是部署在单页应用里

发自毕国康的 iPhone

在 2018年12月6日,上午9:27,宁哥CLY notifications@github.com<mailto:notifications@github.com> 写道:

好吧,我也是刚学vue的半吊子,后台写过各种html,但是碰到单页面就一脸懵了。所以就用了最新的vue-cli3脚手架搭的,看了你这个动漫小人物挺好玩 想加载进去,一直加不进去,好尴尬。

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/biguokang/live2d_ai/issues/1#issuecomment-444714512, or mute the threadhttps://github.com/notifications/unsubscribe-auth/APeP3KbntD0Qb31aZYs6Unk3FwW1-Eu9ks5u2HKXgaJpZM4ZCX1-.

ngcly commented 5 years ago

好的,谢谢大神