简体   繁体   中英

Disable default nuxt.js routing

Is it possible to disable the default routing of nuxt?

I have an spa, which should run on different subfolders/urls, but somehow the js is not kicking in properly. And i think because nuxt takes over the routing.

Or do you have other ideas how to get this running?

Nuxt's implicit dynamic routing is a bit tricky to get used to.

It sounds like you'd appreciate nuxt-community's router-module , which allows you to specify routes in a router.js file like a standard Vue.js project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM