文件名称:webcalc:用 Angular 编写的袖珍计算器模拟器
文件大小:36KB
文件格式:ZIP
更新时间:2024-07-15 17:13:46
JavaScript
要求: 您需要节点,这是在 v0.10.28 中编写的,但其他版本也可以使用 你需要谷歌浏览器 建立: 克隆这个 repo sudo npm install -g bower grunt-cli cd进入项目 npm install bower install npm run update-webdriver 启动服务器并打开导航到应用程序的浏览器窗口 grunt serve 运行所有单元测试: grunt test 运行集成/端到端测试: grunt test:e2e
【文件预览】:
webcalc-master
----.gitignore(87B)
----karma.conf.js(2KB)
----README.md(451B)
----.bowerrc(47B)
----server()
--------components()
--------views()
--------api()
--------.jshintrc(237B)
--------app.js(593B)
--------routes.js(541B)
--------config()
--------.jshintrc-spec(172B)
----.gitattributes(11B)
----Gruntfile.js(15KB)
----bower.json(215B)
----package.json(3KB)
----.buildignore(8B)
----client()
--------robots.txt(31B)
--------app()
--------.jshintrc(706B)
--------.htaccess(24KB)
--------index.html(2KB)
--------favicon.ico(7KB)
----e2e()
--------main()
----protractor.conf.js(2KB)
----.editorconfig(415B)