DEV Community

Cover image for Vite - No Bundle Setup for Vuejs, React and Preact
Vuelancer
Vuelancer

Posted on • Edited on

2 1

Vite - No Bundle Setup for Vuejs, React and Preact

  • Hey Developers! I have uploaded a video for introducing vite-no bundle setup tool for vuejs, react and preact.


Install Vite:

  • Installing vite for vue template can be done by following command:
$ npx create-vite-app <app-name> 
Enter fullscreen mode Exit fullscreen mode
  • Also, for react and preact, vite can be used to install those framework templates:
$ npx create-vite-app <app-name> --template=react

$ npx create-vite-app <app-name> --template=preact
Enter fullscreen mode Exit fullscreen mode

Getting Started:

  • To install the dependencies and run the application, do follow the following commands:

$ cd <app-name>

$ npm install

$ npm run dev

Enter fullscreen mode Exit fullscreen mode

Just Do

Alt Text

  • If you like this post and my youtube video, then do subscribe my youtube channel Vuelancer

Thank You!

Top comments (0)

👋 Kindness is contagious

Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.

A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!

On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.

Okay