Skip to content

Commit

Permalink
博客笔记初始化
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaxing123456 committed Aug 26, 2024
0 parents commit c70a1bb
Show file tree
Hide file tree
Showing 88 changed files with 28,897 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
/docs/.vitepress/dist/
.vscode
.idea
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shamefully-hoist = true
11 changes: 11 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"useTabs": false,
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "avoid",
"semi": true,
"vueIndentScriptAndStyle": false
}
2 changes: 2 additions & 0 deletions docs/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 启动端口
VITE_PORT=5174
11 changes: 11 additions & 0 deletions docs/.env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 名称
VITE_DOCS_NAME=PIMCenter4

# 版本
VITE_DOCS_VERSION=v1.0.0

#标题
VITE_DOCS_TITLE='插件文档模板'

#描述
VITE_DOCS_DESC=PIMCenter4
11 changes: 11 additions & 0 deletions docs/.env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 名称
VITE_DOCS_NAME=PIMCenter4

# 版本
VITE_DOCS_VERSION=v1.0.0

#标题
VITE_DOCS_TITLE='插件文档模板'

#描述
VITE_DOCS_DESC=PIMCenter4
31 changes: 31 additions & 0 deletions docs/.vitepress/cache/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"hash": "26e3de20",
"configHash": "8723f76f",
"lockfileHash": "3e560781",
"browserHash": "0369749a",
"optimized": {
"vue": {
"src": "../../../../node_modules/.pnpm/[email protected][email protected]/node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "a71936c3",
"needsInterop": false
},
"vitepress > @vue/devtools-api": {
"src": "../../../../node_modules/.pnpm/@[email protected]/node_modules/@vue/devtools-api/dist/index.js",
"file": "vitepress___@vue_devtools-api.js",
"fileHash": "adf4d0f3",
"needsInterop": false
},
"vitepress > @vueuse/core": {
"src": "../../../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@vueuse/core/index.mjs",
"file": "vitepress___@vueuse_core.js",
"fileHash": "9655da87",
"needsInterop": false
}
},
"chunks": {
"chunk-D6LSERAS": {
"file": "chunk-D6LSERAS.js"
}
}
}
Loading

0 comments on commit c70a1bb

Please sign in to comment.