1 Star 0 Fork 0

LogicFlow / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 799 Bytes
一键复制 编辑 原始数据 按行查看 历史
wumail 提交于 2023-03-24 15:51 . feat: build.sh
{
"name": "docs-examples",
"version": "1.0.0",
"description": "文档&示例开发",
"directories": {
"doc": "docs",
"example": "examples"
},
"workspaces": [
"demo/*",
"examples",
"docs"
],
"private": true,
"scripts": {
"build": "lerna run build",
"build:local": "lerna run build && sh remove.sh",
"build:vercel": "sh build.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Logic-Flow/docs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Logic-Flow/docs/issues"
},
"homepage": "https://github.com/Logic-Flow/docs#readme",
"devDependencies": {
"lerna": "^6.0.1",
"@vue/cli-plugin-eslint": "~4.5.13"
}
}
JavaScript
1
https://gitee.com/logic-flow/docs.git
git@gitee.com:logic-flow/docs.git
logic-flow
docs
docs
master

搜索帮助