Browse Source

下载md.js

hongxilin
no99 3 months ago
parent
commit
f5f9113fab
  1. 3
      README.md
  2. 13
      package-lock.json
  3. 1
      package.json

3
README.md

@ -11,4 +11,5 @@ npm run build 打包
npm install router 路由
npm install axios 网络请求
npm install element-plus --save element-plus组件库
npm install @element-plus/icons-vue 组件库图标
npm install @element-plus/icons-vue 组件库图标
npm install marked markdown解析

13
package-lock.json

@ -11,6 +11,7 @@
"@element-plus/icons-vue": "^2.3.1",
"axios": "^1.7.9",
"element-plus": "^2.9.4",
"marked": "^15.0.7",
"stream": "^0.0.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
@ -1462,6 +1463,18 @@
"@jridgewell/sourcemap-codec": "^1.5.0"
}
},
"node_modules/marked": {
"version": "15.0.7",
"resolved": "https://registry.npmmirror.com/marked/-/marked-15.0.7.tgz",
"integrity": "sha512-dgLIeKGLx5FwziAnsk4ONoGwHwGPJzselimvlVskE9XLN4Orv9u2VA3GWw/lYUqjfA0rUT/6fqKwfZJapP9BEg==",
"license": "MIT",
"bin": {
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 18"
}
},
"node_modules/math-intrinsics": {
"version": "1.1.0",
"resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",

1
package.json

@ -12,6 +12,7 @@
"@element-plus/icons-vue": "^2.3.1",
"axios": "^1.7.9",
"element-plus": "^2.9.4",
"marked": "^15.0.7",
"stream": "^0.0.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0"

Loading…
Cancel
Save