This is a simple starter template to kickstart your Vue 3 project with TypeScript and Vite.
- Vite - Next Generation Frontend Tooling.
- Vue Router - The official router for Vue.js.
- Tailwind CSS - A utility-first CSS framework.
- Vitest - A blazing fast unit test framework.
- Iconify - Universal icon framework.
- vite-plugin-pages - File system based routing for Vite.
- unplugin-auto-import - Auto import APIs on-demand for Vite.
npx degit [email protected]:popadicbranislav/vue-minimal.git my-vue-appAfter cloning the repository, navigate to the project directory and install the dependencies:
cd my-vue-app
pnpm installHappy coding! 🚀