1
0
mirror of https://github.com/sendevia/website.git synced 2026-03-08 08:44:15 +08:00
This commit is contained in:
2024-07-12 22:27:58 +08:00
commit d823026b48
9 changed files with 214 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"devDependencies": {
"vue": "^3.4.31"
}
}