文件名称:vanilla-ui-router:简单的香草JavaScript路由器
文件大小:67KB
文件格式:ZIP
更新时间:2024-05-30 03:59:23
javascript spa router vanilla single-page-app
香草UI路由器 简单的普通JavaScript路由器可在单个页面应用程序内使用,以添加路由功能。 该路由器具有零依赖性,可以与任何其他库一起使用。 它基于 。 安装 $ npm install --save vanilla-ui-router 作为UMD模块,它可以在任何地方运行(ES6模块,CommonJS,AMD以及具有出色的全局性)。 用法 假设您的初始标记具有以下结构: <!DOCTYPE html > < html > < head > < link rel =" stylesheet " type =" text/css " href =" styles.min.css " /> </ head > < body > <!-- Entry point, dynamic content is rendered into this DOM element --> < m
【文件预览】:
vanilla-ui-router-master
----.eslintrc(304B)
----rollup.config.js(509B)
----yarn.lock(103KB)
----.babelrc(28B)
----.vscode()
--------settings.json(474B)
----core()
--------routeParams.js(2KB)
--------templates.js(685B)
--------dataProvider.js(331B)
--------httpRequestFactory.js(60B)
--------__tests__()
--------__mocks__()
----.npmignore(42B)
----.codeclimate.yml(251B)
----.travis.yml(150B)
----LICENSE(1KB)
----__tests__()
--------router.spec.js(8KB)
----README.md(4KB)
----dist()
--------umd()
--------vanilla-ui-router.js(5KB)
----rollup.prod.config.js(486B)
----.editorconfig(321B)
----.gitignore(34B)
----index.js(3KB)
----package-lock.json(107KB)
----package.json(1KB)