wms前端
 
 
 
 
Go to file
A0066811 ff3740b150 hgwms-2098 fix 自增序列弹窗修改 2025-11-07 11:10:19 +08:00
public UI 优化 2025-11-04 14:04:50 +08:00
src hgwms-2098 fix 自增序列弹窗修改 2025-11-07 11:10:19 +08:00
.editorconfig init 2025-08-07 15:16:23 +08:00
.env.development UI 优化 2025-11-04 14:04:50 +08:00
.env.production UI 优化 2025-11-04 14:04:50 +08:00
.gitignore init 2025-08-07 15:16:23 +08:00
LICENSE init 2025-08-07 15:16:23 +08:00
README.md init 2025-08-07 15:16:23 +08:00
babel.config.js 升级组件库 2025-11-03 16:40:10 +08:00
index.html UI 优化 2025-11-04 14:04:50 +08:00
package-lock.json table 优化 2025-11-06 14:25:31 +08:00
package.json table 优化 2025-11-06 14:25:31 +08:00
vite.config.js UI 优化 2025-11-04 14:04:50 +08:00

README.md

rrs_admin wms对应的前端代码库

前端代码仓库

前端启动 - frontend

检查node版本  niode -v 
需要使用 16.0.0
切换环境

nvm install 16.0.0

nvm use 16.0.0

安装依赖

npm install -g yarn

yarn install

开发模式

  启动项目:
    yarn run serve-dev
    
  打包:
    yarn run build-dev

生产模式

  启动项目:
    yarn run serve-pro
    
  打包:
    yarn run build-pro

2024年8月28日 封装头像裁剪组件
npm install vue-cropper

1.安装依赖 yarn add vue-cropper
2.修改main.js 引入相关依赖
import VueCropper from 'vue-cropper'
Vue.use(VueCropper)


yarn add vue-cropper@next

aaa