文件名称:router:极简主义的客户端路由器
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-06 14:37:21
CoffeeScript
路由器 极简路由器 npm install @mizchi/router --save 用于推送状态 Router = require ' @mizchi/router ' router = new Router router . route ' users/:name ' , ( params ) -> console . log params . name # listening events is your task window . addEventListener ' DOMContentLoaded ' , -> router . emit ( location . pathname ) window . addEventListener ' pushstate ' , -> router . emit ( location . pathname ) window
【文件预览】:
router-master
----.gitignore(22B)
----README.md(793B)
----package.json(316B)
----index.coffee(512B)
----.npmignore(13B)