ember-example-visit-api

时间:2024-03-13 23:28:15
【文件属性】:

文件名称:ember-example-visit-api

文件大小:76KB

文件格式:ZIP

更新时间:2024-03-13 23:28:15

ember-example ember-possible-bug JavaScript

ember-example-visit-api 复制: 正常用例 启动服务器npm start 通过访问foo路径来启动应用程序,方法是直接打开它: open localhost:4200/foo 在JS控制台中,查看window.history.length ,它应该为1 。 禁用自动启动的情况 启动服务器: npm run start:manual (这在此应用程序中特别实现) 引导应用程序,然后手动引导您进入/foo : open localhost:4200 在JS控制台中,查看window.history.length ,注意它是2 。 一个额外的条目已被推入历史。


【文件预览】:
ember-example-visit-api-master
----.travis.yml(267B)
----.ember-cli(280B)
----ember-cli-build.js(793B)
----vendor()
--------.gitkeep(0B)
----config()
--------targets.js(305B)
--------optional-features.json(34B)
--------environment.js(1KB)
----.watchmanconfig(37B)
----package.json(1KB)
----tests()
--------test-helper.js(228B)
--------index.html(1KB)
--------unit()
--------integration()
--------helpers()
----package-lock.json(374KB)
----app()
--------models()
--------templates()
--------routes()
--------locations()
--------index.html(735B)
--------controllers()
--------resolver.js(65B)
--------components()
--------styles()
--------app.js(571B)
--------router.js(266B)
--------helpers()
----testem.js(556B)
----.eslintrc.js(1KB)
----.template-lintrc.js(62B)
----.gitignore(369B)
----public()
--------robots.txt(51B)
----README.md(578B)
----.eslintignore(240B)
----.editorconfig(368B)

网友评论