Starter template for Vite with Vue 3, TypeScript and Tailwindcss. Also ESLint, Stylelint Prettier, Husky and Lint Staged
- Vue 3, Vite 2, pnpm
- Typescript
- Vue Router v4
- Tailwind CSS
- State Management via Pinia
- Components Auto Importing
- File Based Routing
- Layout System
- I18n Ready
- Vue Router
- Pinia
- unplugin-vue-components
- unplugin-icons
- Vue I18n
- VueUse
- axios
- vite-plugin-pages
- vite-plugin-vue-layouts
- vite-plugin-vue-i18n
git clone https://github.com/axelreinno/vite-vue-typescript-tailwind.git my-vite-app
cd my-vite-app
pnpm i
Just run and visit http://localhost:3000
make dev
To build the App, run
make build
And you will see the generated file in dist
that ready to be served.