mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-15 14:50:29 +08:00
project init
This commit is contained in:
14
doc/package.json
Normal file
14
doc/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