wms前端
 
 
 
 
Go to file
254963970 d8cf704baf init 2025-08-07 15:16:23 +08:00
public init 2025-08-07 15:16:23 +08:00
src init 2025-08-07 15:16:23 +08:00
.editorconfig init 2025-08-07 15:16:23 +08:00
.env.development init 2025-08-07 15:16:23 +08:00
.env.production init 2025-08-07 15:16:23 +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 init 2025-08-07 15:16:23 +08:00
generate.js init 2025-08-07 15:16:23 +08:00
package-lock.json init 2025-08-07 15:16:23 +08:00
package.json init 2025-08-07 15:16:23 +08:00
vue.config.js init 2025-08-07 15:16:23 +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