-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请教一个问题:在401.vue文件中import 静态文件语法错,导致build不过 #61
Comments
您好,我是想问的,import xxx from
“@/xxx/xxx.gif”,这样的引入方式,是需要有什么配置吗?我这边的工程这样的方式引入,build的时候发现找不到gif文件
Chong Guo <[email protected]> 于2019年5月26日周日 上午2:31写道:
… 可以的 https://armour.github.io/vue-typescript-admin-template/#/error/401
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#61?email_source=notifications&email_token=AEY6FDWTTH7HAQKASE5W6ADPXGAXNA5CNFSM4HPUOQT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWHW4LQ#issuecomment-495939118>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEY6FDXINYYMS73A6EY6E2LPXGAXNANCNFSM4HPUOQTQ>
.
|
vue-cli 默认自带的image import配置是这样的:
|
对于我这个项目用的vue-cli自动生成的config 你试试 |
另外几点:
|
感谢,解释很详细,但对于我这个vue新手确实难度不小。您刚提到的几处配置我都是vue/cli默认的,暂没做任何改动
Chong Guo <[email protected]> 于2019年5月26日周日 上午11:58写道:
… 另外几点:
1. @的解析
resolve: {
alias: {
'@': '/Users/chongguo/Github/vue-typescript-admin-template/src',
vue$: 'vue/dist/vue.runtime.esm.js'
},
}
1. gif type definition
https://github.com/Armour/vue-typescript-admin-template/blob/19c32b0095b35be6267ee51da7b92ae536743198/src/shims-vue.d.ts#L10
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#61?email_source=notifications&email_token=AEY6FDSRXMUABRVBJFG4DDLPXIDGLA5CNFSM4HPUOQT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWH5TXI#issuecomment-495966685>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEY6FDTJTFDYZQCXHNOYN4LPXIDGLANCNFSM4HPUOQTQ>
.
|
一般这种问题最好给个可复现的最小例子 比如你的GitHub repo |
如果你完全没有改的话 理论上应该不会发生这样的问题 只可能是环境的问题了 比如操作系统 npm版本 等等 |
谢谢您的耐心解答。目前我的项目主体框架是用的你的develop分支的代码,src目录下的大部分都是复用您的,除去views同级的几个配置文件目前我还没拷贝至项目中,如vue.config.js等文件,因为很多配置不知道具体的使用场景,哎。
对了,您有微信或者qq交流群吗,针对于这个项目。
Chong Guo <[email protected]> 于2019年5月26日周日 下午12:30写道:
… 如果你完全没有改的话 理论上应该不会发生这样的问题 只可能是环境的问题了 比如操作系统 npm版本 等等
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#61?email_source=notifications&email_token=AEY6FDSBSIAMLMBGKQBM57TPXIG6LA5CNFSM4HPUOQT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWH55JY#issuecomment-495967911>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEY6FDVGXHB3YGQJN5EXT4LPXIG6LANCNFSM4HPUOQTQ>
.
|
emm 因为这是我去年年底才开始写的项目 所以暂时没有群 不过我正打算建一个 我现在建吧 然后我会尽量回答大家的问题 之后也会更新一波typescript版本的文档的 |
暂时先关了 可以群里讨论 |
二维码已过期,能否再给一下 |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这行,我在npm run build的时候,提示找不到对应的文件,静态文件没有export能import xxx from??
The text was updated successfully, but these errors were encountered: