药房管理端.unknown

xiong beb876ecb6 [dev] 药房管理 - 调配管理 列表添加处方名称列 hai 1 ano
bin 366e75e772 first commit %!s(int64=2) %!d(string=hai) anos
build 366e75e772 first commit %!s(int64=2) %!d(string=hai) anos
public 366e75e772 first commit %!s(int64=2) %!d(string=hai) anos
src beb876ecb6 [dev] 药房管理 - 调配管理 列表添加处方名称列 hai 1 ano
.editorconfig 366e75e772 first commit %!s(int64=2) %!d(string=hai) anos
.env.development cc9ece9e9c [dev] 添加调配管理页面 hai 1 ano
.env.production b9306bd7da 修改环境变量 hai 1 ano
.env.staging d9da043819 [bug] %!s(int64=2) %!d(string=hai) anos
.eslintignore 366e75e772 first commit %!s(int64=2) %!d(string=hai) anos
.eslintrc.js 366e75e772 first commit %!s(int64=2) %!d(string=hai) anos
.gitignore 5483b79ee2 [main] 版本参照原点 hai 1 ano
README.md 366e75e772 first commit %!s(int64=2) %!d(string=hai) anos
babel.config.js 366e75e772 first commit %!s(int64=2) %!d(string=hai) anos
package.json b9306bd7da 修改环境变量 hai 1 ano
vue.config.js 5483b79ee2 [main] 版本参照原点 hai 1 ano

README.md

开发

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


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