Package Manager
If the package manager uses npm or yarn, only the package.json needs to be included:
vuepress.vuepress-theme- recovery.@ vuepress/bundler- viteor@ vuepress/bundler- webpack.
If the package manager uses pnpm, package.json also needs to include vue.
{
"name": "vuepress-theme-reco-demo",
"version": "2.0.0",
"description": "Demo for vuepress-theme-reco@2.x.",
"repository": "git@github.com:recoluan/vuepress-theme-reco-demo.git",
"author": "reco_luan <recoluan@outlook.com>",
"license": "MIT",
"scripts": {
"dev": "vuepress dev .",
"start": "vuepress dev .",
"build": "vuepress build ."
},
"dependencies": {
"vue": "^3.5.0",
"vuepress": "2.0.0-rc.19",
"vuepress-theme-reco": "2.0.0-rc.26",
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/bundler-webpack": "2.0.0-rc.19"
}
}
