# onlineDocs-frontend **Repository Path**: vic-gao/online-docs-frontend ## Basic Information - **Project Name**: onlineDocs-frontend - **Description**: 在线文档编辑平台,支持多人实时协作编辑文档。 功能: 实时同步:确保所有用户的编辑操作能够实时同步。 权限管理:不同用户可以有不同的编辑权限。 历史版本:记录文档的编辑历史,支持版本回溯。 模板库:提供多种文档模板供用户选择。 AI 帮写:输入提示词AI帮写文档内容 添加下载功能:三种不同格式文件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-10-23 - **Last Updated**: 2025-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # onlineDocs-frontend This template should help get you started developing with Vue 3 in Vite. ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ## Customize configuration See [Vite Configuration Reference](https://vite.dev/config/). ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Compile and Minify for Production ```sh npm run build ```