# vite-vue3-template **Repository Path**: KADaniel/vite-vue3-template ## Basic Information - **Project Name**: vite-vue3-template - **Description**: 原仓库:https://github.com/ATQQ/vite-vue3-template 许可证:MIT - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-07-06 - **Last Updated**: 2021-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: vite, Vue, Vuex, TypeScript ## README # Vite2.x + Vue 3.x + Typescript [preview](https://vite-vue3-template-2d76i8beae2d0-1256505457.tcloudbaseapp.com/) ## Features ### PROD * [x] [vue3](https://v3.vuejs.org/) * [x] [Vuex](https://github.com/vuejs/vuex#readme) * [x] [Vue-Router](https://next.router.vuejs.org/) * [x] [Axios](https://github.com/axios/axios) * [x] [Provide/inject](https://v3.vuejs.org/guide/component-provide-inject.html#provide-inject) * [x] [polyfill.io](https://github.com/Financial-Times/polyfill-service) * [x] [Element UI Plus](https://github.com/element-plus/element-plus) ### DEV * [x] [vite](https://github.com/vitejs/vite) * [x] [@vue/compiler-sfc](https://github.com/vuejs/rfcs/pull/227) * [x] [TypeScript](https://github.com/microsoft/TypeScript/#readme) * [x] [Sass](https://github.com/sass/sass) * [x] [Eslint](https://eslint.org/) * [x] [Jest](https://jestjs.io/) ## Use This Template ```sh npx degit atqq/vite-vue3-template#main my-project ``` or Visit:[https://github.com/ATQQ/vite-vue3-template/generate](https://github.com/ATQQ/vite-vue3-template/generate) ## Usage ### install dep ```sh yarn install ``` ### Dev ```sh yarn dev ``` ### Build ```sh yarn build ``` ### Preview Build ```sh yarn serve ```