-
- Downloads
Addind vuespress to project
parent
e251ce8a
No related branches found
No related tags found
Showing
- docs/.vuepress/theme/templates/ssr.html 0 additions, 0 deletionsdocs/.vuepress/theme/templates/ssr.html
- docs/README.md 51 additions, 0 deletionsdocs/README.md
- docs/description.md 32 additions, 0 deletionsdocs/description.md
- docs/team.md 110 additions, 0 deletionsdocs/team.md
- gitlab-ci.yml 20 additions, 0 deletionsgitlab-ci.yml
- package.json 20 additions, 0 deletionspackage.json
- pnpm-lock.yaml 2289 additions, 0 deletionspnpm-lock.yaml
docs/.vuepress/theme/templates/ssr.html
0 → 100644
docs/README.md
0 → 100644
docs/description.md
0 → 100644
docs/team.md
0 → 100644
gitlab-ci.yml
0 → 100644
package.json
0 → 100644
{ | ||
"name": "vuepress-starter", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"docs:dev": "vuepress dev docs", | ||
"docs:build": "vuepress build docs" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@vuepress/bundler-vite": "2.0.0-rc.14", | ||
"@vuepress/plugin-register-components": "2.0.0-rc.37", | ||
"@vuepress/theme-default": "2.0.0-rc.40", | ||
"vue": "^3.4.37", | ||
"vuepress": "2.0.0-rc.14" | ||
} | ||
} |
pnpm-lock.yaml
0 → 100644
This diff is collapsed.
Please register or sign in to comment