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)

Hot sauce if you're wrong - web dev trivia for staff engineers

Hot sauce if you're wrong · web dev trivia for staff engineers (Chris vs Jeremy, Leet Heat S1.E4)

  • Shipping Fast: Test your knowledge of deployment strategies and techniques
  • Authentication: Prove you know your OAuth from your JWT
  • CSS: Demonstrate your styling expertise under pressure
  • Acronyms: Decode the alphabet soup of web development
  • Accessibility: Show your commitment to building for everyone

Contestants must answer rapid-fire questions across the full stack of modern web development. Get it right, earn points. Get it wrong? The spice level goes up!

Watch Video 🌶️🔥

Introducing RTABench

To meet the need for real-time analytics workloads, we developed RTABench, a benchmark designed to test databases with these specific requirements. RTABench focuses on essential query patterns such as joins, filtering, and pre-aggregations.