# oa-vue **Repository Path**: qEliauk/oa-vue ## Basic Information - **Project Name**: oa-vue - **Description**: oa-vuelallllllllllll - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-21 - **Last Updated**: 2023-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 环境和依赖 - node 16.x - yarn - webpack - eslint - @vue/cli - [ant-design-vue@1.x](https://github.com/vueComponent/ant-design-vue) - Ant Design Of Vue 实现 - [Viser-vue](https://viserjs.github.io/docs.html#/viser/guide/installation) - antv/g2 封装实现 项目下载和运行 ---- ``` 安装 node 16.x 版本 npm i -g pnpm - 安装依赖 ``` pnpm i ``` - 开发模式运行 ``` pnpm run serve ``` - 编译项目 ``` pnpm run build ``` - Lints and fixes files ``` pnpm run lint ;;零零零零 ``` 其他说明 - 组件按需加载 `/src/main.js` L14 相关代码 `import './core/lazy_use'` / `import './core/use'` - 生产环境默认不加载 `mock`,更多详情请看 `src/mock/index.js`