安装 Vue3
npm init vue@latest

安装

npm install

整理代码 npm run format
运行服务 npm run dev
打包程序 npm run build

WangEditor 富文本编辑器组件 ---- 已测试

npm install @wangeditor/editor --save
npm install @wangeditor/editor-for-vue@next --save
npm install axios
Vue3 用法 | 官方 Demo