Power by Vite5. A simple template of vue3-ts, include vue-router、pinia、Typescript、eslint-prettier.
Vue 3 Starter is a quick development template that integrates several packages including Vite 3.x, Vue 3.x, TypeScript, Vue Router, Pinia, Axios, and ESLint. It provides a convenient starting point for building Vue 3 projects with all the necessary tools and configurations.
To use Vue 3 Starter, follow these steps:
vue create my-project
cd my-project
npm install
npm run dev
npm run build
The built files will be located in the “./dist” directory.
Vue 3 Starter provides a development template for building Vue 3 projects with ease. It includes the latest versions of Vite, Vue, and TypeScript, along with essential tools like Vue Router, Pinia, Axios, and ESLint. The template offers a convenient starting point for developers to quickly set up their Vue 3 projects and leverage the benefits of modern web development technologies.