# vue-project-2 **Repository Path**: andy294111/vue-project-2 ## Basic Information - **Project Name**: vue-project-2 - **Description**: Tamll前端代码,仅供测试学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-21 - **Last Updated**: 2023-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目名称 - ### Tmall商城购物系统(后端) ### 快速开发 - Element-Plus - vform3表单生成校验 ### 其他技术 - Pinia状态管理库 ### 环境部署 ```sh Vue create project-tmall ``` ```sh cd project-tmall ``` ### 安装依赖 ```sh npm install ``` ```sh npm install element-plus --save ``` ```sh npm i vform3-builds ``` ```sh npm install axios ``` ```sh npm install sass -D ``` ```sh npm install pinia ``` #### 或者 npm.cmd install pinia-persistedstate-plugin --save ### 项目启动 ```sh npm run dev ```