增加 package ,公司可以打包

This commit is contained in:
itwanger
2024-06-01 06:18:36 +08:00
parent f1ac1a79ae
commit 0e08413e91
3 changed files with 6227 additions and 2 deletions
-2
View File
@@ -2,13 +2,11 @@ node_modules
.cache
.temp
package-lock.json
yarn.lock
.DS_Store
dump.rdb
docs/.vuepress/.cache/
docs/.vuepress/.temp/
images
*.log
package.json
.yarn
*-vip.md
+21
View File
@@ -0,0 +1,21 @@
{
"name": "javabetter",
"version": "2.0.0",
"description": "二哥的Java进阶之路",
"license": "MIT",
"type": "module",
"author": "沉默王二",
"scripts": {
"docs:build": "vuepress build docs",
"docs:dev": "vuepress dev docs",
"docs:clean-dev": "vuepress dev docs --clean-cache"
},
"devDependencies": {
"vue": "^3.4.21",
"vuepress": "2.0.0-rc.9",
"vuepress-theme-hope": "2.0.0-rc.36"
},
"dependencies": {
"@docsearch/js": "^3.3.2"
}
}
+6206
View File
File diff suppressed because it is too large Load Diff