# Vue项目 **Repository Path**: one-north-sea/vue-project ## Basic Information - **Project Name**: Vue项目 - **Description**: 个人代码心得,仅供参考 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-09 - **Last Updated**: 2025-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 项目简介 这是一个模仿小米商城实现主要功能点的电商项目。 前端包含了 6 个页面:首页、登录、注册、全部商品、商品详情页、、购物车、。 实现了商品的展示、商品分类查询、关键字搜索商品、商品详细信息展示、登录、注册、用户购物车功能。 后端根据前端需要的数据分模块设计了相应的接口、控制层、数据持久层。 技术栈 前端:Vue+Vue-router+Vuex+Element-ui+Axios 后端:Node框架 数据库:Mysql 功能模块 登录 注册 首页 全部商品 商品详情页 我的购物车 个人项目请不要滥用,可以用作期末答辩 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).