A minimal Vue 3 + Vite starter template to help you launch your next project in minutes—no extra clutter, just the essentials!
- Lightweight & fast – Powered by [Vite], optimized build tooling.
-
Modern Vue stack – Includes Vue 3 Single-File Components (SFCs).
-
Super easy to extend – Drop in libraries like Vue Router, Pinia, Tailwind, and more—no preset opinions.
- Clone the repo
cd vue3-starter-template-simple
git clone https://github.com/yourusername/vue3-starter-template-simple.git`
git remote remove origin
git remote add origin https://github.com/yourusername/new-repo.git
git push -u origin main
- Install dependencies
npm install
- Start the dev server
npm run dev
Then open http://localhost:5173.
Note
Install Node.js (Preferably the newest version for compatibility)
(Optional)
To keep your project up-to-date with the latest versions of your installed packages:
- This updates packages within their defined version ranges in
package.json
:
npm update
- If you want to upgrade to the absolute latest versions:
npm install -g npm-check-updates
Happy coding!