# wimoorui **Repository Path**: tmxk2022/wimoorui ## Basic Information - **Project Name**: wimoorui - **Description**: fork from https://github.com/wimoor-erp/wimoorui - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-18 - **Last Updated**: 2025-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

此项目由深圳市万墨信息科技有限公司开发,如果有任何疑问请联系开发团队。

1、安装node (注意将Bin添加环境变量Path中)

1>下载node[](https://nodejs.org/en/download/)
2、安装vue
npm create vue@latest

3、进入项目目录(安装依赖)

npm install 授权逻辑:根据在菜单管理页面配置的权限如权限erp:wh:shelf:add 则可以在组件中加入如下类容,v-hasPerm为权限关键子 在文件utils/permission.js中配置