# 电商系统 **Repository Path**: liujia-cc/e-commerce-system ## Basic Information - **Project Name**: 电商系统 - **Description**: web端电商系统。。 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: http://120.79.11.53/ - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-07-05 - **Last Updated**: 2023-11-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mycommerce ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files (检查和修复文件) ``` npm run lint ``` **线上地址** :http://www.allen.org.cn/ ## 运行效果如下 | ![首页](./public/images/首页.png) | ![登录](./public/images/登录.png) | ![商品页面](./public/images/商品页面.png) | ![商品详情](./public/images/商品详情.png) | |---|---|---|---| | ![购物车](./public/images/购物车.png) | ![订单详情](./public/images/订单详情.png) | ![添加地址页](./public/images/添加地址页.png) | ![订单列表](./public/images/订单列表.png) |