Alexander Kim
- 活动总数 57
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 18
-
创建于 How to build image with Docker plugin?
已回答Visiting Dockerfile and firing build from there launches unknown command, which results in <Unknown> docker image. Is there a command equivalent for docker build -t imagename . -
已编辑于 Nuxt (typescript) - cannot resolve file logo.svg
Component: <template> <img src="@/assets/svg/logo.svg /></template> Gives an error Cannot resolve file and directory "@". I have used fake webpack.config.json and pointed WebStorm to it: const pat... -
已编辑于 Datagrip in WebStorm
What kind of license do i need in order to install Datagrip plugin in Webstorm? Do you plan to make it a one-time buy for webstorm users? -
创建于 NuxtJS webpack aliases
There's no dedicated webpack.config.js when using Nuxt I need to point in Preferences | Language & Frameworks | Javascript | Webpack a path to webpack config file, in order to make WebStorm work wi... -
已编辑于 Jetbrains account settings sync not syncing plugin settings
I installed Material UI plugin, made some modifications, then reused on another machine, it synced my plugins/themes, but i had to manually tweak my Material UI plugin. I think it's bugged, or it's... -
已编辑于 Cannot resolve scss imports with Vue-CLI 3
Importing scss files inside .vue files doesn't work in IDE: @import "@/styles/mixins.scss" Shows an error: cannot resolve file "mixins" I even tried: @import "~@/styles/mixins.scss" from this issue...