Sen descrición

guanglong 09e6ae914c 首页统计数据 %!s(int64=3) %!d(string=hai) anos
bin ee0a38ea15 Initial commit %!s(int64=3) %!d(string=hai) anos
build ee0a38ea15 Initial commit %!s(int64=3) %!d(string=hai) anos
public 24b1995029 logo %!s(int64=3) %!d(string=hai) anos
src 09e6ae914c 首页统计数据 %!s(int64=3) %!d(string=hai) anos
.editorconfig ee0a38ea15 Initial commit %!s(int64=3) %!d(string=hai) anos
.env.development 600b5dcfa7 标题、图标替换 %!s(int64=3) %!d(string=hai) anos
.env.production 600b5dcfa7 标题、图标替换 %!s(int64=3) %!d(string=hai) anos
.env.staging 600b5dcfa7 标题、图标替换 %!s(int64=3) %!d(string=hai) anos
.eslintignore ee0a38ea15 Initial commit %!s(int64=3) %!d(string=hai) anos
.eslintrc ee0a38ea15 Initial commit %!s(int64=3) %!d(string=hai) anos
.gitignore ee0a38ea15 Initial commit %!s(int64=3) %!d(string=hai) anos
README.md ee0a38ea15 Initial commit %!s(int64=3) %!d(string=hai) anos
babel.config.js ee0a38ea15 Initial commit %!s(int64=3) %!d(string=hai) anos
package-lock.json 9a0d51da20 新增图片上传拖拽组件 %!s(int64=3) %!d(string=hai) anos
package.json 9a0d51da20 新增图片上传拖拽组件 %!s(int64=3) %!d(string=hai) anos
sh.exe.stackdump ee0a38ea15 Initial commit %!s(int64=3) %!d(string=hai) anos
vue.config.js 757c5a4b2e Merge branch 'dev' of http://113.31.163.91:7777/quanshu/mp-ui-pc into dev %!s(int64=3) %!d(string=hai) anos

README.md

开发

# 克隆项目
git clone xxx 

# 进入项目目录
cd xxx

# 安装依赖
npm install

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

# 启动服务
npm run dev

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

发布

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

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