Lines Matching full:router
8 - [Router](#router)
54 ## Router
56 **tip** [Vue Router](https://router.vuejs.org/guide/) determines which pages are
59 1. If making customizations to the default router, add `CUSTOM_ROUTER=true` key
61 2. Create a `<ENV_NAME>.js` file in `src/env/router` **danger** The filename
63 routes import in `src/router/index.js` will resolve to this new file.
64 3. Define new [routes](https://router.vuejs.org/api/#routes). **tip** Use static
71 The Vue Router definition is closely tied to the app navigation but should be
72 configured separately. The Vue Router is responsible for defining the
153 | VUE_APP_ENV_NAME | Environment key for resolving custom assets (store, router, nav, styles) |
161 | CUSTOM_ROUTER | Load env-specific router config |