sql715 e60faf368f 移动端页面设计的卡片循环跳转等.. hai 1 mes
..
bin aad74faaff 项目名修改(注:提交了前端配置文件,记得修改) hai 1 ano
build aad74faaff 项目名修改(注:提交了前端配置文件,记得修改) hai 1 ano
node_modules 46a91c00c7 国际化,工具端部分 hai 1 mes
public 9f4b85cd94 国际化 hai 1 mes
src e60faf368f 移动端页面设计的卡片循环跳转等.. hai 1 mes
.editorconfig aad74faaff 项目名修改(注:提交了前端配置文件,记得修改) hai 1 ano
.env.development 9f4b85cd94 国际化 hai 1 mes
.env.production b4b893cc1b 配置文件提交 hai 1 ano
.env.staging aad74faaff 项目名修改(注:提交了前端配置文件,记得修改) hai 1 ano
.eslintignore aad74faaff 项目名修改(注:提交了前端配置文件,记得修改) hai 1 ano
.eslintrc.js aad74faaff 项目名修改(注:提交了前端配置文件,记得修改) hai 1 ano
.gitignore 50fc0c6475 1 hai 3 meses
README.md aad74faaff 项目名修改(注:提交了前端配置文件,记得修改) hai 1 ano
babel.config.js 3de3c53dc3 formCreate不包含多表的版本 hai 1 mes
jsconfig.json aad74faaff 项目名修改(注:提交了前端配置文件,记得修改) hai 1 ano
package.json ebcb7d1014 六个特殊组件修改 hai 1 mes
ss.html 01963c08c3 图片修改 hai 1 mes
vue.config.js 01963c08c3 图片修改 hai 1 mes

README.md

开发

# 克隆项目
git clone https://gitee.com/y_project/zkqy-Vue

# 进入项目目录
cd zkqy-ui

# 安装依赖
npm install

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

# 启动服务
npm run dev

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

发布

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

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