feat(docs): replace vitepress with vuepress
* vitepress too limited
This commit is contained in:
+7
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user