Skip to content

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

License

Notifications You must be signed in to change notification settings

mcwenzai/admin-vue

Repository files navigation

联系QQ: 1002821824

admin-vue

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

开发

# 克隆项目
内网环境下在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

发布

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

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published