docs: replace vuepress docs dir with vitepress docs dir

This commit is contained in:
braks
2022-08-01 21:10:14 +02:00
committed by Braks
parent 21702daf1e
commit f2b169145c
179 changed files with 122 additions and 8131 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "VueFlow",
"short_name": "VueFlow",
"description": "Visualize your ideas with Vue Flow, a highly customizable Vue3 Flowchart library.",
"start_url": "/index.html",
"theme_color": "#10b981",
"background_color": "#ffffff",
"display": "standalone",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
}