feat(docs): replace vitepress with vuepress

* vitepress too limited
This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 981511c76f
commit 3bbe92a4ea
31 changed files with 885 additions and 501 deletions
+7 -2
View File
@@ -2,11 +2,16 @@
"name": "@braks/vue-flow-monorepo",
"version": "0.0.0",
"private": true,
"workspaces": ["tests", "examples", "docs", "package"],
"workspaces": [
"tests",
"examples",
"docs",
"package"
],
"scripts": {
"prepare": "ts-patch install -s",
"dev": "yarn --cwd examples dev",
"dev:docs": "yarn --cwd docs dev",
"docs": "yarn --cwd docs dev",
"build": "yarn --cwd package build",
"postbuild": "yarn typedoc",
"release": "yarn --cwd package np",