文件名称:riot-router-example:简单的riot.js应用,具有基于路由的内容切换
文件大小:48KB
文件格式:ZIP
更新时间:2024-03-05 09:13:59
HTML
防暴路由器的例子 简单的riot.js应用程序,具有基于路由的内容切换 这是一个使用的简单应用程序,它定义了标签中的路由,这些标签根据当前路由显示/隐藏自身。 我将其创建为Hoodie的 Team 2016的学习示例: 用法 您可以在看到正在运行的应用程序。 克隆存储库 git clone https://github.com/gr2m/riot-router-example.git cd riot-router-example 在文件夹中启动本地http服务器。 这将在Mac或Linux上运行: python -m SimpleHTTPServer 在浏览器中的服务器URL上打开index.html 。 怎么运行的 在文件中,将加载所有*.tag文件,以及riot+compiler.min.js ,该文件可将*.tag文件即时编译为JavaScript。 index.html中
【文件预览】:
riot-router-example-gh-pages
----tags()
--------app.tag(162B)
--------page1.tag(332B)
--------dashboard.tag(421B)
--------show-app.tag(360B)
--------page2.tag(332B)
----vendor()
--------riot+compiler.min.js(31KB)
--------jquery-3.1.0.min.js(84KB)
----index.html(620B)
----.gitignore(0B)
----CODE_OF_CONDUCT.md(3KB)
----README.md(2KB)