A VSCode extension to generate components as the way we do at Juntos Somos Mais
- 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
- 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.
To run local at your machine while developing just press F5
You also can check:
- frontend-guideline with some Front-end patterns that we use on our projects 😁
- frontend-challenge with our frontend challenge for open positions (We are hiring!) 💻
Inspired by VuexStoreGenerator