文件名称:alchemy:TES炼金术助手。 晨风,Ob灭,天际成分
文件大小:47KB
文件格式:ZIP
更新时间:2024-06-14 09:08:13
JavaScript
TES炼金术助手 就像库/引擎一样开始,现在它是带有Web UI的完整炼金术助手。 作为一项实验项目,可以用作技术演示。 使用的技术: 最有趣的部分是通过Babel的ES6 +主动+翡翠 基于Grunt的工作流,带有browserify(+ babelify + jadeify),手写笔,Jade编译和livereload 通过Mocha和Chai进行单元测试,以及通过jscs和eslint进行linting 不需要服务器端工作,可以直接从/public/ dir使用内置文件。 用法 git clone git@github.com:hogart/alchemy.git && cd alchemy && npm install && npm start Latter命令在默认浏览器中打开新选项卡。 路线图 增加访问之间的持久性 CI-ish工作流程(在lint或测试失败时不生成)
【文件预览】:
alchemy-master
----package.json(2KB)
----templates()
--------client()
--------server()
--------common()
----test()
--------getSuitableIngredients.test.js(880B)
--------Ingredient.test.js(1KB)
--------mockData.js(1KB)
--------getPossiblePotions.test.js(2KB)
--------Collection()
--------predictPotion.test.js(1KB)
--------Model()
--------getIngredientsForPotion.test.js(1KB)
----Gruntfile.js(2KB)
----src()
--------Router.js(199B)
--------index.js(1KB)
--------JSONStorage.js(1KB)
--------Collection()
--------Model()
--------View()
--------lib()
----.gitignore(7B)
----parser.js(1KB)
----styles()
--------inventory()
--------overall()
--------footer()
--------potion()
--------common()
--------ingredient()
--------header()
--------index.styl(274B)
----README.md(878B)
----.eslintignore(20B)
----.editorconfig(179B)