@heavymedl/summit-forge
is a example Vue application meant to showcase web development patterns. It also serves as a starting point for a basic site. In development mode, it resolves several pages. For distribution, it uses Vite to build a library of standalone page components.
Clone @heavymedl/summit-forge
git clone [email protected]:HeavyMedl/summit-forge.git
Install dependencies
cd summit-forge/
npm ci
Run the Vite development server
npm run dev
Vite should open a browser and take you directly to the application running at https://localhost:5173.