# vue-admin-sys-web **Repository Path**: QuanJWS/vue-admin-sys-web ## Basic Information - **Project Name**: vue-admin-sys-web - **Description**: vue-admin-sys-web - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-08-10 - **Last Updated**: 2022-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 撸起袖子加油干,瞎折腾一番 #### 介绍 瞎折腾系统前端代码。基于[vue-element-admin](https://panjiachen.github.io/vue-element-admin) 开发,结合实际所需加入业务模块,并引入flowable工作流设计、vue-form-generator表单设计等。 [vue-element-admin](https://panjiachen.github.io/vue-element-admin) 是一个优秀的后台前端解决方案。 #### 使用说明 拉取代码进行install ```jvm npm install ``` 或 ```jvm npm config set registry https://registry.npm.taobao.org npm install -g cnpm --registry=https://registry.npm.taobao.org cnpm install ``` - 如果报错: Error: Cannot find module 'core-js/modules/es6.regexp.constructor' ```jvm cnpm install core-js@2 ``` 或 ```jvm npm install core-js@2 ``` - 如果报错: Module not found: Error: Can't resolve 'vue-form-generator',可以执行一下命令 ```jvm npm i vue-form-generator ``` 或 ``` cnpm i vue-form-generator ``` #### 参库地址 - totrying的后台系统模块 https://gitee.com/QuanJWS/totrying-system.git - vue的前端管理模块 https://gitee.com/QuanJWS/vue-admin-sys-web.git - totrying的基础模块 https://gitee.com/QuanJWS/totrying-base.git - crudfast代码生成模块及库表管理 https://gitee.com/QuanJWS/crudfast.git