1 Star 12 Fork 7

turnon / spring-boot-tutorial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
turnon 提交于 2022-06-14 07:03 . feat: 更新配置
{
"name": "spring-boot-tutorial",
"version": "1.0.0",
"private": true,
"scripts": {
"clean": "rimraf docs/.temp",
"start": "vuepress dev docs",
"build": "vuepress build docs",
"deploy": "bash scripts/deploy.sh",
"updateTheme": "yarn remove vuepress-theme-vdoing && rm -rf node_modules && yarn && yarn add vuepress-theme-vdoing -D",
"editFm": "node utils/editFrontmatter.js",
"lint": "markdownlint -r markdownlint-rule-emphasis-style -c docs/.markdownlint.json **/*.md -i node_modules",
"lint:fix": "markdownlint -f -r markdownlint-rule-emphasis-style -c docs/.markdownlint.json **/*.md -i node_modules",
"show-help": "vuepress --help",
"view-info": "vuepress view-info ./ --temp docs/.temp"
},
"devDependencies": {
"dayjs": "^1.9.7",
"inquirer": "^7.1.0",
"json2yaml": "^1.1.0",
"vuepress": "1.9.2",
"vuepress-plugin-baidu-tongji": "^1.0.1",
"vuepress-plugin-comment": "^0.7.3",
"vuepress-plugin-demo-block": "^0.7.2",
"vuepress-plugin-fulltext-search": "^2.2.1",
"vuepress-plugin-one-click-copy": "^1.0.2",
"vuepress-plugin-thirdparty-search": "^1.0.2",
"vuepress-plugin-zooming": "^1.1.7",
"vuepress-plugin-flowchart": "^1.4.2",
"vuepress-theme-vdoing": "^1.10.3",
"yamljs": "^0.3.0",
"markdownlint-cli": "^0.25.0",
"markdownlint-rule-emphasis-style": "^1.0.1",
"rimraf": "^3.0.1",
"vue-toasted": "^1.1.25"
}
}
JavaScript
1
https://gitee.com/turnon/spring-boot-tutorial.git
git@gitee.com:turnon/spring-boot-tutorial.git
turnon
spring-boot-tutorial
spring-boot-tutorial
master

搜索帮助