1
0
mirror of https://gitee.com/coder-xiaomo/notes synced 2025-09-14 06:41:38 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

创建vuepress项目

This commit is contained in:
2021-12-06 00:20:16 +08:00
commit a823a7dec7
10 changed files with 11296 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "vuepress",
"version": "1.0.0",
"description": "",
"directories": {
"doc": "docs"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@vuepress/plugin-search": "^2.0.0-beta.27",
"vuepress": "^2.0.0-beta.27"
},
"dependencies": {
"markdown-it-disable-url-encode": "^1.0.1",
"markdown-it-latex2img": "^0.0.6",
"markdown-it-mathjax3": "^3.0.0-0"
}
}