This is an out-of-the-box Vue+TS template configured with vue-router, pinia, axios, and already has built-in on-demand import of Element-Plus
(这是一个开箱即用的 Vue+TS 模板,配置了 vue-router、pinia、axios,里面已经内置了 Element-Plus 的按需导入)
- 📌 Works right out of the box(开箱即用)
- 💪 Support for the latest features of Vue.js(支持 Vue.js 最新特性)
- 🐆 Fully based on Vite, fast enough(全面基于 Vite,速度够快)
- ✔️ Complete configuration and easy to get started(配置完整,上手容易)
# clone the project / 克隆项目
git clone git@github.com:maojiu-bb/vue3-template.git
# install the package / 安装依赖
yarn
# startup project / 启动项目
yarn dev
# build project / 打包项目
yarn build
You should replace the corresponding content configuration with your own according to the prompts of the file, and some test files in the project are for demonstration purposes and need to be deleted by yourself
(你应该根据文件的提示将对应的内容配置更换成你自己的,项目中有的 test 文件都是演示用的,需要自行删除)