# H_fxEditor **Repository Path**: btdba/h_fx-editor ## Basic Information - **Project Name**: H_fxEditor - **Description**: 基于tinymce 的 函数编辑器 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 1 - **Created**: 2023-03-07 - **Last Updated**: 2025-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # H_fx_editor 基于vue@3 tinymce@5.10.2 的公式(逻辑)编辑器 因网上没找到轮子,只能自己写了,唉,目前还在优化,时间不够,求协助 ![展示](https://gitee.com/btdba/h_fx-editor/raw/master/public/imgs/show1.png) ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).