文件名称:超级瘦路由器
文件大小:78KB
文件格式:ZIP
更新时间:2024-03-15 06:19:30
JavaScript
超级瘦路由器 该项目遵循 的小型简单路由器 目录 用法 < script > import { Router } from "super-svelte-router" ; const routes = [ { path : "**" , component : NotFound , } , { path : "/" , component : Main , } , { path : "/about" , component : Main , } , { path : "/product/:id" , component : Product , } , { path : "/lazy" ,
【文件预览】:
super-svelte-router-master
----rollup.config.js(553B)
----.github()
--------workflows()
----src()
--------routerStore.js(4KB)
--------index.js(763B)
--------Router.svelte(977B)
----.npmignore(5B)
----LICENSE(1KB)
----test()
--------rollup.config.js(2KB)
--------public()
--------src()
--------cypress()
--------cypress.json(40B)
--------.gitignore(41B)
--------package-lock.json(199KB)
--------package.json(766B)
----README.md(8KB)
----.gitignore(31B)
----package-lock.json(26KB)
----package.json(699B)