# emis-docs **Repository Path**: shuxiaobo/emis-docs ## Basic Information - **Project Name**: emis-docs - **Description**: EMIS 多身份管理系统使用指南文档工程 - **Primary Language**: HTML - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://linlan.net/emis/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-08-18 - **Last Updated**: 2025-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # emis-docs EMIS 多身份管理系统使用指南文档工程 ## 简介 ## 修改历史记录 [CHANGELOG](./CHANGELOG.md) ## 快速预览 ## 环境准备 - [node](http://nodejs.org/) and [git](https://git-scm.com/) - Project development environment - [Vite](https://vitejs.dev/) - Familiar with vite features - [Vue3](https://v3.vuejs.org/) - Familiar with Vue basic syntax - [TypeScript](https://www.typescriptlang.org/) - Familiar with the basic syntax of `TypeScript` - [Es6+](http://es6.ruanyifeng.com/) - Familiar with es6 basic syntax - [Vue-Router-Next](https://next.router.vuejs.org/) - Familiar with the basic use of vue-router - [Ant-Design-Vue](https://antdv.com/docs/vue/introduce-cn/) - ui basic use - [Mock.js](https://github.com/nuysoft/Mock) - mockjs basic syntax ## 安装和使用 - 获取项目代码 ```bash git clone https://gitee.com/linlannet/emis-docs.git ``` - 安装依赖 ```bash cd emis-docs pnpm install ``` - 调试运行 ```bash pnpm run dev ``` - 打包发布 ```bash pnpm build ``` ## 参与贡献 欢迎你的加入![提交 issue](https://gitee.com/linlannet/emis-docs/issues/new/choose) 或者提交拉取请求。 **拉取请求步骤:** 1. Fork 代码仓库 2. 创建你自己的分支: `git checkout -b feat/xxxx` 3. 提交你的代码: `git commit -am 'feat(function): add xxxxx'` 4. 推送你的分支到本仓库: `git push origin feat/xxxx` 5. 发布`pull request` ## 版权 [Apache 2.0 © emis-docs 2023](./LICENSE)