Skip to content

juntossomosmais/jsm-component-generator

Repository files navigation

Venice Design System

JS+ Generator

A VSCode extension to generate components as the way we do at Juntos Somos Mais

Available Options

  • JS+ Generator: Vue Component
  • JS+ Generator: Vuetify Component
    • Use only the name of Vuetify component in PascalCase without the initial V
  • JS+ Generator: Generate React Component
  • JS+ Generator: Generate React Component with JavaScript

See it in action:

Install

VSCode Marketplace

Link

Locally

  • Install dependencies yarn install
  • Generate yarn generate

At /dist folder a .vsix file will be generated. Install it following the steps below:

  • Open the extension panel
  • Click at the 3 dots near to extension search input
  • Select Install from VSIX
  • Select the file generated at /dist folder.
  • It's done!

You can take a look at this link to see how.

Installation example:

Dev Mode

To run local at your machine while developing just press F5


juntos-somos-devs

You also can check:


Inspired by VuexStoreGenerator