# monaco-editor-zh_cn **Repository Path**: JGLSMarito/monaco-editor-zh_cn ## Basic Information - **Project Name**: monaco-editor-zh_cn - **Description**: 基于vue3、vite。monaco-editor中文汉化使用案例、pinia,pinia-plugin-persistedstate数据持久化、自动注册路由 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-06-01 - **Last Updated**: 2024-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3-typescript-monaco-editor 开源地址: ### 点击跳转: [gitee.com/JGLSMarito/monaco-editor-zh_cn](https://gitee.com/JGLSMarito/monaco-editor-zh_cn) ## 介绍 基于vue3、vite、monaco-editor,实现的一个简单的monaco-editor使用及其monaco-editor汉化,也包含了其他使用样例,具体如下: 1、monaco-editor:自定义解析语言及主题,注册菜单右键项,当前汉化最高支持`"monaco-editor": "^0.44.0"`版本。 2、pinia:pinia状态管理器、pinia-plugin-persistedstate数据持久化。 3、路由自动注册:根据views目录下的配置文件,自动注册路由,具体可参考test路由 4、vite打包的简单配置 ## 安装依赖 ``` npm install ``` ### 调试模式 ``` npm run dev ``` ### 编译 ``` npm run build ```