A simple, Vue 3 starter with TypeScript support
- Vue 3
- TypeScript
- Tailwind CSS
- Simple store with global state
- Vue Router
- ESLint
Install dependencies:
npm install
Run development server:
npm run dev
Build for produciton:
npm run build
Run ESLint:
npm run lint
Lint and fix:
npm run lint:fix
Contributions, feedback and issues are welcome. Feel free to fork, comment, critique, or submit a pull request.
This repo was adapted from Unihen's vite-ts-tailwind-starter project.
This project is open source and available under the MIT License.
Follow @vincentdoerig on Twitter.