更新README.md

This commit is contained in:
pipipi-pikachu 2021-02-01 20:00:58 +08:00
parent 724cb236c9
commit 1b089392bf
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,8 @@
# PPTist
> 一个基于 Vue3.X + TypeScript 的在线演示文稿应用。
你可以对它进行二次开发,打造属于自己的 在线演示文稿应用 或者 在线设计工具(二次开发文档正在编写中)。
在线体验地址https://pptist.gitee.io/
Github仓库https://github.com/pipipi-pikachu/PPTist
@ -39,4 +41,7 @@ npm run serve
`clipboard` -- 用于复制内容到剪贴板
`@icon-park/vue-next` -- 图标库
`@icon-park/vue-next` -- 图标库
# License
MIT

View File

@ -1,6 +1,6 @@
{
"name": "pptist",
"version": "0.0.1-dev",
"version": "0.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",