Alexander Kim

Avatar
  • Total activity 57
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 5
  • Subscriptions 18
  • Created

    How to build image with Docker plugin?

    Answered
    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 .
    • 2 followers
    • 3 comments
    • 1 vote
  • Edited

    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...
    • 2 followers
    • 1 comment
    • 1 vote
  • Edited

    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?
    • 2 followers
    • 4 comments
    • 1 vote
  • Created

    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...
    • 4 followers
    • 11 comments
    • 2 votes
  • Edited

    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...
    • 2 followers
    • 5 comments
    • 0 votes
  • Edited

    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...
    • 6 followers
    • 5 comments
    • 2 votes