# ezdata_frontend **Repository Path**: mytangchao/ezdata_frontend ## Basic Information - **Project Name**: ezdata_frontend - **Description**: ezdata前端,基于jeecg低代码平台Vue3版本开发。采用 Vue3.0、Vite、 Ant-Design-Vue3、TypeScript 等新技术方案,包括二次封装组件、utils、hooks、动态菜单、权限校验、按钮级别权限控制等功能 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2025-07-08 - **Last Updated**: 2025-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## ezdata frontend ezdata前端,基于jeecg低代码平台Vue3版本开发。采用 Vue3.0、Vite、 Ant-Design-Vue3、TypeScript 等新技术方案,包括二次封装组件、utils、hooks、动态菜单、权限校验、按钮级别权限控制等功能 ## 技术文档 基于JeecgBoot 低代码平台 Vue3版本开发,增加了monaco-editor等自定义组件,开发文档可直接参考: * [JeecgBoot-Vue3文档](http://help.jeecg.com) ## 安装与使用 > 环境要求: 版本要求Node 14.18+ / 16+ 版本以上,不再支持 Node 12 / 13 / 15。 > 建议使用pnpm,如果使用yarn,请用Yarn1.x版本,否则依赖可能安装不上。 - Get the project code ```bash git clone https://github.com/xuwei95/ezdata_frontend.git ``` - Installation dependencies ```bash pnpm install ``` - 配置接口地址 `.env.development` - run ```bash pnpm dev ``` - build ```bash pnpm build ``` ## 浏览器支持 **本地开发**推荐使用`Chrome 最新版`浏览器,**不支持**`Chrome 90`以下版本。 **生产环境**支持现代浏览器,不支持 IE。 | [![IE](https://raw.githubusercontent.com/alrra/browser-logos/master/src/archive/internet-explorer_9-11/internet-explorer_9-11_48x48.png)](http://godban.github.io/browsers-support-badges/)IE | [![ Edge](https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png)](http://godban.github.io/browsers-support-badges/)Edge | [![Firefox](https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png)](http://godban.github.io/browsers-support-badges/)Firefox | [![Chrome](https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png)](http://godban.github.io/browsers-support-badges/)Chrome | [![Safari](https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png)](http://godban.github.io/browsers-support-badges/)Safari | | --- | --- | --- | --- | --- | | not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |