贞达市政VUE代码

wang_xy 40225ca7ad 更改 hai 11 meses
bin bb611c41c5 贞达市政前端代码上传 %!s(int64=2) %!d(string=hai) anos
build bb611c41c5 贞达市政前端代码上传 %!s(int64=2) %!d(string=hai) anos
public bb611c41c5 贞达市政前端代码上传 %!s(int64=2) %!d(string=hai) anos
src 40225ca7ad 更改 hai 11 meses
.editorconfig bb611c41c5 贞达市政前端代码上传 %!s(int64=2) %!d(string=hai) anos
.env.development bb611c41c5 贞达市政前端代码上传 %!s(int64=2) %!d(string=hai) anos
.env.production bb611c41c5 贞达市政前端代码上传 %!s(int64=2) %!d(string=hai) anos
.env.staging bb611c41c5 贞达市政前端代码上传 %!s(int64=2) %!d(string=hai) anos
.eslintignore bb611c41c5 贞达市政前端代码上传 %!s(int64=2) %!d(string=hai) anos
.eslintrc.js bb611c41c5 贞达市政前端代码上传 %!s(int64=2) %!d(string=hai) anos
.gitignore bb611c41c5 贞达市政前端代码上传 %!s(int64=2) %!d(string=hai) anos
README.md bb611c41c5 贞达市政前端代码上传 %!s(int64=2) %!d(string=hai) anos
babel.config.js bb611c41c5 贞达市政前端代码上传 %!s(int64=2) %!d(string=hai) anos
package.json 60e8aecea8 工程管理添加完工图片下载 hai 1 ano
vue.config.js 1703f73ebb 行政区搜索条件 hai 1 ano
zdsz_front.iml bb611c41c5 贞达市政前端代码上传 %!s(int64=2) %!d(string=hai) anos
zdsz_vue.iml bb611c41c5 贞达市政前端代码上传 %!s(int64=2) %!d(string=hai) anos

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