# vue-note **Repository Path**: chen-ming-jie/vue-note ## Basic Information - **Project Name**: vue-note - **Description**: 笔记管理项目,富文本编辑功能,UI和业务是参考Win10的OneNote。个人小项目,主要技术栈是Vue+Node。目前实现了富文本编辑、笔记管理、模糊检索高亮、语音播放、导出pdf等功能(电脑录屏没有把全屏、朗读效果录到)。之后会完善其他部分功能,增强适配性。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: dev - **Homepage**: http://106.52.223.145:666/ - **GVP Project**: No ## Statistics - **Stars**: 14 - **Forks**: 1 - **Created**: 2022-03-10 - **Last Updated**: 2024-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Nodejs, 富文本编辑器, vue3 ## README # vue-note ## 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/).