DEV Community

Cover image for Revue-generator: React & Vue Component Generator.
Mohammed Farmaan.
Mohammed Farmaan.

Posted on

1

Revue-generator: React & Vue Component Generator.

I'm learning Node JS so I thought it'd be better to make some projects which will help me understand Node JS better. So I did.

Here it is:

Revue-gen: The React and Vue component generator.

If you've worked with React or Vue, you might have came across this situation where your app needs a lot of components and you have to create them all manually. It's a pain, right? So I thought why not make it a little easier. And I did. (Hopefully).

I built a Command line tool that makes this process easier. All you have to do is install it using NPM, cause it's an NPM package.

npm i -g revue-generator
Enter fullscreen mode Exit fullscreen mode

run this using

npx revue-generator
Enter fullscreen mode Exit fullscreen mode

and boom:

image

image

It just makes the process easier.
You can give it a try too:
https://www.npmjs.com/package/revue-generator

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

Top comments (0)

Postgres on Neon - Get the Free Plan

No credit card required. The database you love, on a serverless platform designed to help you build faster.

Get Postgres on Neon

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay