贞达市政VUE代码

wang_xy 40225ca7ad 更改 11 ماه پیش
bin bb611c41c5 贞达市政前端代码上传 2 سال پیش
build bb611c41c5 贞达市政前端代码上传 2 سال پیش
public bb611c41c5 贞达市政前端代码上传 2 سال پیش
src 40225ca7ad 更改 11 ماه پیش
.editorconfig bb611c41c5 贞达市政前端代码上传 2 سال پیش
.env.development bb611c41c5 贞达市政前端代码上传 2 سال پیش
.env.production bb611c41c5 贞达市政前端代码上传 2 سال پیش
.env.staging bb611c41c5 贞达市政前端代码上传 2 سال پیش
.eslintignore bb611c41c5 贞达市政前端代码上传 2 سال پیش
.eslintrc.js bb611c41c5 贞达市政前端代码上传 2 سال پیش
.gitignore bb611c41c5 贞达市政前端代码上传 2 سال پیش
README.md bb611c41c5 贞达市政前端代码上传 2 سال پیش
babel.config.js bb611c41c5 贞达市政前端代码上传 2 سال پیش
package.json 60e8aecea8 工程管理添加完工图片下载 1 سال پیش
vue.config.js 1703f73ebb 行政区搜索条件 1 سال پیش
zdsz_front.iml bb611c41c5 贞达市政前端代码上传 2 سال پیش
zdsz_vue.iml bb611c41c5 贞达市政前端代码上传 2 سال پیش

README.md

开发

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

# 进入项目目录
cd ruoyi-ui

# 安装依赖
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