# vue-online-editor **Repository Path**: pimingzhao/vue-online-editor ## Basic Information - **Project Name**: vue-online-editor - **Description**: vue 组件在线编辑器 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-03-16 - **Last Updated**: 2022-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue2 ## README # vue-online-editor 通过 `vue-cli` 构建的 `vue` 基础项目,添加核心插件 `vue-codemirror`、`axios` 以支持`编辑`功能与 `http` 请求。 使用其他语言阅读:[English](./README.md) | 简体中文 ## 安装依赖 ``` yarn install ``` ### 开发环境下启动项目 ``` yarn serve ``` ### 项目打包 ``` yarn build ``` ### 代码格式化 ``` yarn lint ``` ### vue-cli 配置 See [Configuration Reference](https://cli.vuejs.org/zh/config/). ## 成果预览 [https://vue-online-editor.pimingzhao.top/](https://vue-online-editor.pimingzhao.top/)