文件名称:yasa:另一个Scrum应用
文件大小:44KB
文件格式:ZIP
更新时间:2024-06-12 06:45:05
JavaScript
另一个Scrum应用 开发设置 先决条件: node.js 安装所有依赖项npm install && bower install 安装命令行界面以方便使用 npm install -g broccoli-cli npm install -g grunt-cli npm install -g nodemon 要在http://localhost:4200构建应用程序,请运行nodemon app.js 监视并构建资产运行grunt assets 要启动测试套件(在另一个终端中),请运行grunt test
【文件预览】:
yasa-master
----plan.txt(647B)
----public()
--------.keep(0B)
----styles()
--------_colors.scss(27B)
--------_shared.scss(602B)
--------_taskboard.scss(4KB)
--------_backlog.scss(2KB)
--------_header.scss(109B)
--------_typography.scss(140B)
--------application.scss(219B)
--------_forms.scss(284B)
----bower.json(419B)
----Gemfile(123B)
----spec()
--------spec_helper.js(2KB)
--------taskboard_spec.js(400B)
--------stores()
--------features()
--------hello_world_spec.js(272B)
--------support()
----app.js(1KB)
----Rakefile(121B)
----Capfile(312B)
----config()
--------production.js(216B)
--------development.js(217B)
--------deploy.rb(1KB)
--------test.js(180B)
--------environment.js(323B)
--------templates()
--------deploy()
----Gulpfile.js(3KB)
----README.md(535B)
----client.jsx(621B)
----Gemfile.lock(542B)
----.gitignore(77B)
----app()
--------constants()
--------stores()
--------lib()
--------middleware()
--------dispatcher.js(73B)
--------components()
--------routes.jsx(788B)
--------actions()
----package.json(2KB)