简体   繁体   中英

Vue nuxt js updated code refreshes when npm run dev

I am new to nuxt js. I have a template of nuxt js which I am working on. In router.js I added some new routes, that's working fine, but when I run my development server again npm run dev , the updated code is just removed. I see the old code there. And it only does for the.nuxt folder. Not for the vue components.

Can anyone suggest something? Thanks.

Nuxt uses a method called File system routing , with that routes.js file is automatically generated according to your configuration and pages created, that is why your changes get removed

If you have a specific requirement that need more customization you can extend the router config

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