An open API service indexing awesome lists of open source software.

https://github.com/mcwenzai/admin-vue

电商管理后台,使用vue+elementUI+node.js代理
https://github.com/mcwenzai/admin-vue

element-ui javascript nodejs scss vue webpack

Last synced: 3 months ago
JSON representation

电商管理后台,使用vue+elementUI+node.js代理

Awesome Lists containing this project

README

          

联系QQ: 1002821824

# admin-vue
电商管理后台,使用vue+elementUI+node.js代理

## 开发

```bash
# 克隆项目
内网环境下在GitLab中导入

# 进入项目目录
cd pweb-sht

# 安装依赖
npm install / yarn install

# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# 启动服务
npm run dev / yarn serve
```

浏览器访问 http://localhost:80

## 发布

```bash
# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod
```