In the browser
Using the browser plugin
import browserPlugin from 'router5-plugin-browser'
const router = createRouter()
router.usePlugin(
browserPlugin({
useHash: true
})
)
router.start()Plugin options
Last updated