Skip to content

micahlt/vite-vue3-simple-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vite-vue3-simple-starter

A simple, unopinionated Vite/Vue 3 starter template featuring:

  • 💛 Vanilla JavaScript (no TS)
  • 🏗️ Vue 3 with Composition API
  • ⚡ Lightning-fast Vite bundling
  • ✨ Automatically imported components
  • 🗺️ Vue Router with seperate routerfile
  • 🦥 Lazy-loaded routes
  • ⌛ Web History API
  • 🗑️ No boilerplate code to delete
  • 🔎 Navbar component by default
  • 🏠 Home and 404 pages
  • ⏮️ CSS reset

Installation

npx degit micahlt/vite-vue3-simple-starter your-project-name

Development

npm i
npm run dev

Production

npm run build