This template should help get you starter developing with Vue 3 and Typescript in Vite.
-
UI Framework:
windicss
-
vite-ssg
Server-side generationvite-plugin-windicss
Windi CSS supportvite-plugin-pages
About File system based route generator
Create a repo from this template on GitHub
npx degit phakedev/vue-template my-app
cd my-app
# Install dependencies
pnpm i # or: npm i
# Start dev server running at http://localhost:3662
pnpm dev # or: npm run dev
pnpm build # or: npm run build