Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Vue CSS ModulesNew to Visual Studio Code? Get it now.
Vue CSS Modules

Vue CSS Modules

nurbek0298

|
238 installs
| (0) | Free
Extension for quick HTML markup creation in Vue for CSS modules.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Vue Css Modules

Extension for quick HTML markup creation in Vue for CSS modules.

example

Features

To generate markup, enter a class name prefixed with $container and press Tab.

$container

...will be transformed into:

<div :class="$style.container"></div>

Although CSS Modules recommend using camelCase for class names, you can use any class name and still get a valid transformation.

$list__item

...will be transformed into:

<div :class="$style['list__item']"></div>
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft