This is a Vue starter template designed to kickstart your Vue projects with a strong foundation of tools and configurations that improve development workflow, code quality, and application performance. The template integrates Vite for bundling and development, Tailwind CSS for styling, and TypeScript for type checking, among others.
$ git clone [your-template-repo] my-new-vue-app
$ cd my-new-vue-app
$ npm install
Start a local development server with hot-reloading.
$ npm run dev
Build your project for production.
$ npm run build
Run unit tests with Vitest.
$ npm run test:unit
Format your code with Prettier.
$ npm run format