mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
chore: upgrade dependencies
This commit is contained in:
parent
7080f1df40
commit
fd84f4545e
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -3,6 +3,7 @@ name: Build and Deploy
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
|
1
.github/workflows/compress.yml
vendored
1
.github/workflows/compress.yml
vendored
@ -8,6 +8,7 @@ on:
|
|||||||
- "**.jpeg"
|
- "**.jpeg"
|
||||||
- "**.png"
|
- "**.png"
|
||||||
- "**.webp"
|
- "**.webp"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
compress:
|
compress:
|
||||||
|
@ -33,7 +33,8 @@ Markdown 文档自动即时渲染为微信图文,让你不再为微信文章
|
|||||||
欢迎各位朋友随时提交 PR,让这款微信 Markdown 编辑器变得更好!如果你有新的想法,也欢迎在 [Discussions 讨论区](https://github.com/doocs/md/discussions)反馈。
|
欢迎各位朋友随时提交 PR,让这款微信 Markdown 编辑器变得更好!如果你有新的想法,也欢迎在 [Discussions 讨论区](https://github.com/doocs/md/discussions)反馈。
|
||||||
|
|
||||||
## 如何开发和部署
|
## 如何开发和部署
|
||||||
``` sh
|
|
||||||
|
```sh
|
||||||
# 安装依赖
|
# 安装依赖
|
||||||
npm i
|
npm i
|
||||||
|
|
||||||
@ -45,12 +46,13 @@ npm run build
|
|||||||
```
|
```
|
||||||
|
|
||||||
## 测试
|
## 测试
|
||||||
``` sh
|
|
||||||
|
```sh
|
||||||
# 启动模拟服务
|
# 启动模拟服务
|
||||||
npm run mm
|
npm run mm
|
||||||
```
|
```
|
||||||
|
|
||||||
``` sh
|
```sh
|
||||||
npm run build
|
npm run build
|
||||||
# 访问 http://127.0.0.1:9000/md
|
# 访问 http://127.0.0.1:9000/md
|
||||||
|
|
||||||
|
@ -10,12 +10,12 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/shared": "^3.0.11",
|
"@vue/shared": "^3.0.11",
|
||||||
"ali-oss": "^6.15.2",
|
"ali-oss": "^6.16.0",
|
||||||
"axios": "^0.21.2",
|
"axios": "^0.21.2",
|
||||||
"buffer-from": "^1.1.1",
|
"buffer-from": "^1.1.1",
|
||||||
"codemirror": "^5.61.0",
|
"codemirror": "^5.61.0",
|
||||||
"core-js": "^3.11.0",
|
"core-js": "^3.11.0",
|
||||||
"cos-js-sdk-v5": "^1.2.9",
|
"cos-js-sdk-v5": "^1.3.1",
|
||||||
"crypto-js": "^4.0.0",
|
"crypto-js": "^4.0.0",
|
||||||
"element-ui": "^2.15.1",
|
"element-ui": "^2.15.1",
|
||||||
"jquery": "^3.6.0",
|
"jquery": "^3.6.0",
|
||||||
@ -23,7 +23,7 @@
|
|||||||
"marked": "^2.0.3",
|
"marked": "^2.0.3",
|
||||||
"prettier": "^2.2.1",
|
"prettier": "^2.2.1",
|
||||||
"prettify": "^0.1.7",
|
"prettify": "^0.1.7",
|
||||||
"qiniu-js": "^3.1.4",
|
"qiniu-js": "^3.4.0",
|
||||||
"regenerator-runtime": "^0.13.7",
|
"regenerator-runtime": "^0.13.7",
|
||||||
"uuid": "^8.3.2",
|
"uuid": "^8.3.2",
|
||||||
"vue": "^2.6.12",
|
"vue": "^2.6.12",
|
||||||
|
Loading…
Reference in New Issue
Block a user