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)

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

👋 Kindness is contagious

DEV is better (more customized, reading settings like dark mode etc) when you're signed in!

Okay