router-module icon indicating copy to clipboard operation
router-module copied to clipboard

Nuxt 2 module to use router.js instead of pages/ directory.

Results 34 router-module issues
Sort by recently updated
recently updated
newest added

### Version [v1.3.0](https://github.com/router-module/releases/tag/v1.3.0) ### Steps to reproduce I have some dynamic routes. My folder structure is this: - pages - product - _slug.vue I link to the route like this:...

bug
pending

Hey, I need to use a custom router.js, but what I found was that Nuxt doesn't bundle different chunks for different pages when it's enabled. Here's an example repo :...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/nuxt-community/router-module). ## Repository Problems These problems occurred while...

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [defu](https://redirect.github.com/unjs/defu) | [`^5.0.0` -> `^6.1.4`](https://renovatebot.com/diffs/npm/defu/5.0.0/6.1.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/defu/6.1.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/defu/5.0.0/6.1.4?slim=true) | --- ### Release...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | major | `v2` -> `v3` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v2` -> `v3` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v2` -> `v3` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | major | `v2` -> `v3` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [defu](https://togithub.com/unjs/defu) | [`^5.0.0` -> `^5.0.1`](https://renovatebot.com/diffs/npm/defu/5.0.0/5.0.1) | [![age](https://badges.renovateapi.com/packages/npm/defu/5.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Hi, I met a problem. this is nuxt.config.js ``` export default { //... css:[ '@/assets/common.css', ] } ``` when I use the default router of nuxt, it works, the `common.css`...