1 Star 0 Fork 0

田起凯/blogvuepress

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
tianqikai 提交于 2024-03-04 16:16 . k8s集群搭建
{
"name": "blogvuepress",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"dependencies": {
"@vue/cli": "^5.0.8",
"core-js": "^3.6.5",
"vuepress-auto-sidebar-doumjun": "^1.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/theme-blog": "^2.3.3",
"vuepress": "^1.8.2",
"vuepress-plugin-auto-sidebar": "^2.3.2"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"description": "## Project setup ``` npm install ```",
"main": "babel.config.js",
"keywords": [],
"author": "",
"license": "ISC",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tianqikai/blogvuepress.git"
},
"bugs": {
"url": "https://github.com/tianqikai/blogvuepress/issues"
},
"homepage": "https://github.com/tianqikai/blogvuepress#readme"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/tian_qikai/blogvuepress.git
git@gitee.com:tian_qikai/blogvuepress.git
tian_qikai
blogvuepress
blogvuepress
main

搜索帮助