A Starter Template of Vue 3.Live Preview at https://vite-starter-temp.netlify.app/
This template is designed to help developers get started with Vue 3 and Typescript in Vite. It utilizes Vue 3’s new <script setup> Single File Components (SFCs) and includes features such as file based routing, components auto importing, Tailwindcss for styling, and AnimXYZ for CSS animations. It also supports the use of Typescript and is recommended for use with VSCode and the Volar extension for type support.
To use this template, you can follow the steps below:
npm install -g create-vite
create-vite my-project --template vue-ts
cd my-project
npm install
npm run dev
http://localhost:3000 to see the application.This template provides a convenient starting point for developers who want to use Vue 3 and Typescript in their projects. It includes various features such as file based routing, components auto importing, Tailwindcss for styling, and AnimXYZ for adding CSS animations. By utilizing the <script setup> syntax and supporting TypeScript, this template allows for cleaner and more maintainable code.