mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
docs:更新文档
This commit is contained in:
14
package.json
Normal file
14
package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "simplicity",
|
||||
"version": "0.0.1",
|
||||
"description": "后端管理项目文档",
|
||||
"author": "和尚",
|
||||
"license": "ISC",
|
||||
"scripts": {
|
||||
"docs": "vitepress dev docs",
|
||||
"docs:build": "vitepress build docs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vitepress": "^0.7.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user