Skip to content
/ vue-template Public template

🚀 Vite SSG + Vue3 + TypeScript + WindiCSS Starter Template

Notifications You must be signed in to change notification settings

phake-app/vue-template

Repository files navigation

@phakedev/vue-template

This template should help get you starter developing with Vue 3 and Typescript in Vite.

Plugins 🛠️

Coding Style

Development Environment (Recommendation)

Let's start 🚀

GitHub Template

Create a repo from this template on GitHub

Clone to local

npx degit phakedev/vue-template my-app
cd my-app

# Install dependencies
pnpm i # or: npm i

Dev

# Start dev server running at http://localhost:3662
pnpm dev # or: npm run dev

Build

pnpm build # or: npm run build