邮贝PC前端

wangrui 2995b9a8ce 修改环境配置 hace 2 años
bin 1f58583265 first commit hace 2 años
build 1f58583265 first commit hace 2 años
public 1f58583265 first commit hace 2 años
src 1a84e27366 公告管理更新 hace 2 años
.editorconfig 1f58583265 first commit hace 2 años
.env.development 1b6921ef88 stateFormat hace 2 años
.env.production 1f58583265 first commit hace 2 años
.env.staging 1f58583265 first commit hace 2 años
.eslintignore 1f58583265 first commit hace 2 años
.eslintrc.js 1f58583265 first commit hace 2 años
.gitignore 1f58583265 first commit hace 2 años
README.md 42a6e7e309 ok hace 2 años
a.md a497aafeca changshi hace 2 años
b.md 15f2f47985 1 hace 2 años
babel.config.js 1f58583265 first commit hace 2 años
c.md 345a836ac0 changshi hace 2 años
package.json d1fb6a205b 创建消息 hace 2 años
vue.config.js 1f58583265 first commit hace 2 años

README.md

开发

HitSheep加油!!


////////////////////////////////////////////////////////////////////
                         /l、
                        (゚、 。 7
                         l、 ~ヽ
                         じしf_, )ノ

////////////////////////////////////////////////////////////////////


# 克隆项目
# git clone http://39.105.160.25:10880/sifu-gogs/post-ui.git

直接下载zip包 

本地解压zip 

# 进入项目目录
cd ruoyi-ui

# 安装依赖
npm install

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

# 启动服务
npm run dev