# ts_vue3_vite **Repository Path**: mo_wan_heng/ts_vue3_vite ## Basic Information - **Project Name**: ts_vue3_vite - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-06 - **Last Updated**: 2022-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3 + Typescript + Vite # 一些配置文件 需要注意 ## .eslintrc.js ## tsconfig.json ## vite.config.ts # 安装 eslint `npm install --save-dev eslint eslint-plugin-vue` ## 在项目根目录下 新建.eslintrc.js # 安装 sass `npm install sass sass-loader` # 安装 element-plus ```bash # NPM $ npm install element-plus --save # Yarn $ yarn add element-plus # pnpm $ pnpm install element-plus ```