文件名称:kanban:用于gitlab的简单看板
文件大小:169KB
文件格式:ZIP
更新时间:2024-05-22 10:18:07
TypeScript
适用于GitLab的看板板 用于GitLab的简单看板 安装 git clone git@github.com:onlanta/kanban.git cd kanban npm run ci npm run build npm run vue-build chmod +x index.js cp config.js.dist config.js 然后编辑config.js,其中: module.exports = { listen: 37433, // Port on which web-application will be available logdir: 'logs', // Logdir db: { type: 'postgres', // Sorry, but tested only on postgresql :-(
【文件预览】:
kanban-master
----.eslintrc.json(2KB)
----vue()
--------postcss.config.js(59B)
--------public()
--------.browserslistrc(21B)
--------src()
--------babel.config.js(53B)
--------tsconfig.json(683B)
--------README.md(356B)
--------vue.config.js(223B)
--------.gitignore(214B)
--------package-lock.json(391KB)
--------package.json(611B)
----src()
--------main.ts(223B)
--------Gitlab()
--------Project()
--------User()
--------Base()
--------Logger()
--------tsconfig.json(6KB)
--------Application.ts(5KB)
--------global.d.ts(408B)
--------Database()
----LICENSE(1KB)
----README.md(1KB)
----config.js.dist(799B)
----.gitignore(47B)
----index.js(65B)
----.eslintignore(14B)
----package-lock.json(94KB)
----package.json(876B)