From 841e81a46928edaf1f89d598ad88d88d244139cd Mon Sep 17 00:00:00 2001 From: pipipi-pikachu <1171051090@qq.com> Date: Mon, 1 Feb 2021 19:45:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 51 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 986df18a..e4deab0d 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,42 @@ -# ppt_online_editor +# PPTist +> 一个基于 Vue3.X + TypeScript 的在线演示文稿应用。 -## Project setup +在线体验地址:https://pptist.gitee.io/ + +Github仓库:https://github.com/pipipi-pikachu/PPTist + + +# 项目运行 ``` npm install -``` -### Compiles and hot-reloads for development -``` npm run serve ``` -### Compiles and minifies for production -``` -npm run build -``` +# 项目依赖 -### Run your unit tests -``` -npm run test:unit -``` +`ant-design-vue` -- UI库 -### Lints and fixes files -``` -npm run lint -``` +`lodash` -- 工具库 -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/). +`prosemirror` -- 富文本编辑框架,用于文本元素的富文本编辑 + +`chartist` -- svg图表库,用于图表元素 + +`tinycolor2` -- 颜色处理工具 + +`dexie` -- indexedDB 包装器,用于记录历史操作 + +`store2` -- localstorage 和 sessionstorage 包装器 + +`mitt` -- 自定义事件发射/监听 + +`animate.css` -- CSS动画库 + +`vuedraggable` -- 基于vue的拖拽插件,用于调整页面顺序等 + +`crypto-js` -- 加密函数库,用于加解密剪贴板内容 + +`clipboard` -- 用于复制内容到剪贴板 + +`@icon-park/vue-next` -- 图标库 \ No newline at end of file