加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 872 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "vue-next-admin-doc",
"version": "1.0.0",
"description": "基于vue3.x 、Typescript、vite、Element plus等,适配手机、平板、pc 的后台开源免费模板库(vue2.x请切换vue-prev-admin分支)开发文档",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vitepress dev docs --port 9000",
"build": "vitepress build docs",
"serve": "vitepress serve docs"
},
"repository": {
"type": "git",
"url": "https://gitee.com/lyt-top/vue-next-admin-doc.git"
},
"keywords": [
"doc",
"vue-next-admin",
"next-admin",
"vue-next-admin-doc",
"vue3",
"vuejs/vue-next",
"element-plus"
],
"author": "lyt_20201208",
"license": "MIT",
"dependencies": {
"vitepress": "^0.20.0",
"stylus": "^0.54.8",
"stylus-loader": "^6.1.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化