kanban:看板实现非常简单

时间:2024-05-30 15:25:57
【文件属性】:

文件名称:kanban:看板实现非常简单

文件大小:520KB

文件格式:ZIP

更新时间:2024-05-30 15:25:57

JavaScript

这是一个非常简单的看板。 它仅呈现一个板。 您可以创建列表和任务并四处移动。 建立: go get github.com/danjac/kanban cd $GOPATH/src/github.com/danjac/kanban make ./bin/serve


【文件预览】:
kanban-master
----.gitignore(145B)
----README.md(238B)
----test()
--------components()
--------mocha.opts(71B)
--------setup.js(223B)
--------StubRouterContext.jsx(769B)
--------compiler.js(371B)
--------utils.js(408B)
----Godeps()
--------Godeps.json(1KB)
--------Readme(136B)
----.eshintrc(340B)
----db()
--------migrations()
--------dbconf.yml.sample(53B)
----static()
--------images()
----cmds()
--------server()
----database()
--------tasks.go(808B)
--------database.go(267B)
--------cards.go(3KB)
----LICENSE(1KB)
----api()
--------cards_tests.go(395B)
--------test_utils.go(2KB)
--------tasks.go(1KB)
--------cards.go(3KB)
--------api.go(593B)
----bower.json(184B)
----package.json(2KB)
----models()
--------models.go(486B)
----.babelrc(60B)
----ui()
--------components()
--------store.js(435B)
--------reducers.js(3KB)
--------constants.js(436B)
--------app.js(121B)
--------actions.js(2KB)
--------api.js(2KB)
----webpack.config.js(852B)
----templates()
--------index.html(517B)
----Makefile(294B)
----gulpfile.js(3KB)

网友评论