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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

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

Okay