Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 1.26 KB

README.md

File metadata and controls

67 lines (40 loc) · 1.26 KB

风铃甜点屋后台管理系统

一个简单的蛋糕商城的管理后台。

线上地址

Extra

服务端(Golang)代码请参考:服务端

服务端API接口文档请参考:接口文档

本项目使用vue-element-admin快速构建,更多信息请参考 使用文档

引用项目

Build Setup

# 克隆项目并进入项目目录

# 安装依赖
npm install

# 启动服务
npm run dev

发布

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

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

其它

# 预览发布环境效果
npm run preview

# 预览发布环境效果 + 静态资源分析
npm run preview -- --report

# 代码格式检查
npm run lint

# 代码格式检查并自动修复
npm run lint -- --fix

Demo

demo

License

MIT license.

Copyright (c) 2017-present Anyi