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-14 10:04:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5973df1e96
Nuxt
/
examples
/
experimental
/
wasm
/
nuxt.config.ts
11 lines
127 B
TypeScript
Raw
Normal View
History
Unescape
Escape
examples: update `with-wasm` (#2060)
2021-11-21 15:58:47 +00:00
export
default
defineNuxtConfig
(
{
nitro
:
{
experiments
:
{
wasm
:
true
}
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
:
[
'@nuxt/ui'
]
examples: update `with-wasm` (#2060)
2021-11-21 15:58:47 +00:00
}
)
Reference in New Issue
Copy Permalink