This website requires JavaScript.
Explore
Help
Register
Sign In
Zengtudor
/
Nuxt
Watch
1
Star
0
Fork
0
You've already forked Nuxt
mirror of
https://github.com/nuxt/nuxt.git
synced
2024-11-12 09:03:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e3e876c208
Nuxt
/
examples
/
advanced
/
module-extend-pages
/
nuxt.config.ts
7 lines
92 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat(kit, nuxt3): add `pages:extend` and `extendPages` (#1740) Co-authored-by: Pooya Parsa <pyapar@gmail.com> Co-authored-by: fgiraud <hello@florent.dev>
2021-11-09 10:16:23 +00:00
export
default
defineNuxtConfig
(
{
chore(example): use `@nuxt/ui` for examples (#2325) Co-authored-by: Daniel Roe <daniel@roe.dev> Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-12-23 19:27:08 +00:00
module
s
:
[
'~/modules/pages'
,
'@nuxt/ui'
feat(kit, nuxt3): add `pages:extend` and `extendPages` (#1740) Co-authored-by: Pooya Parsa <pyapar@gmail.com> Co-authored-by: fgiraud <hello@florent.dev>
2021-11-09 10:16:23 +00:00
]
}
)
Reference in New Issue
Copy Permalink