Fully featured Vue 3 starter template
๐ | ๐ |
---|---|
- โก๏ธ Vue 3, Vite, pnpm
- ๐ File based routing, fully typed
- ๐ฆ Auto imported components
- ๐ซง Auto imported APIs
- ๐จ UnoCSS - The instant on-demand atomic CSS engine
- ๐ฝ Pure CSS icons powered by Iconify - Over 100,000 icons across 100+ icon packs
- ๐ Pinia - The Vue Store that you will enjoy using
- ๐ ๏ธ VueUse - Collection of essential Vue Composition Utilities
- ๐ช๐ป TypeScript
- ๐งน ESLint / matijaoe config
- โ๏ธ Deploy with zero config
- UnoCSS - The instant on-demand atomic CSS engine
presetUno
- Tailwind / Windi CSS compact presetpresetAttributify
- Provides Attributify Mode to other presets and rulespresetTypography
- The typography presetpresetIcons
- Use any icons with Pure CSS for UnoCSSpresetWebFonts
- Web fonts at easetransformerDirectives
- Transformer for@apply
,@screen
andtheme()
directivestransformerVariantGroup
- Enables the variant group feature of Windi CSS for UnoCSS
- Post CSS
unplugin-vue-router
- Automatic file based routing in with TypeScript supportunplugin-auto-import
- Directly use Vue Composition API and other APIs without importingunplugin-vue-components
- Components auto import
Create a repo from this template on GitHub
Clone the template locally, with no git history (powered by unjs/giget
)
npx giget gh:matijaoe/vue-starter <name>
# Install dependencies (if no pnpm installed, run: npm install -g pnpm)
pnpm i
# Start dev server
pnpm dev
# Build for production
pnpm build
# Deploy anywhere
pnpm deploy:vercel # vercel
pnpm deploy:ntl # netlify
pnpm deploy:surge # surge.sh
TypeScript cannot handle type information for .vue
imports by default, so we replace the tsc
CLI with vue-tsc
for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue
types.
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:
- Disable the built-in TypeScript Extension
- Run
Extensions: Show Built-in Extensions
from VSCode's command palette - Find
TypeScript and JavaScript Language Features
, right click and selectDisable (Workspace)
- Run
- Reload the VSCode window by running
Developer: Reload Window
from the command palette.
- ๐ง๐ป
nuxt-starter
- ๐ฎ
vue-anu-starter