# 萤火商城V2.0-store端
**Repository Path**: okcoder/yoshop2.0-store
## Basic Information
- **Project Name**: 萤火商城V2.0-store端
- **Description**: 萤火商城v2.0版 [store端]
- **Primary Language**: JavaScript
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 503
- **Created**: 2025-06-03
- **Last Updated**: 2025-06-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
项目简述
----
基于 [Ant Design Pro](https://pro.ant.design/) 实现的 [萤火商城V2.0-store端]
环境和依赖
----
- node — v18.16.0
- npm — v9.6.5
- yarn — v1.22.19
- [ant-design-vue](https://github.com/vueComponent/ant-design-vue) - Ant Design Of Vue 实现
项目运行和发布
----
- 修改配置文件
```
1. 打开文件:/public/config.js
2. 修改服务端API信息
```
- 安装依赖
```
yarn config set ignore-engines true
yarn install
```
- 开发模式运行
```
yarn serve
```
- 编译项目
```
yarn build
```
- 发布项目
```
将编译完成的所有文件,复制替换到商城后端项目的/public/store目录下
```
## 浏览器兼容
Modern browsers and IE10.
|
IE / Edge |
Firefox |
Chrome |
Safari |
Opera |
| --- | --- | --- | --- | --- |
| IE10, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |