RiotJS Vite Setup
Quickstart
Install npm packages:
npm installStart development server, then access the live preview on http://localhost:5173/:
npm run devBuild the front for production:
npm run buildBuilt files are located in the dist directory.
To configure the build stage, you must edit the vite.config.js file.