[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-vapor-demo. A demo showcasing Vue's new Vapor Mode compilation with benchmark tests inspired by js-framework-benchmark. nuxt-vapor-demo.vercel.app
demo nuxt vapor vue
0

Configure Feed

Select the types of activity you want to include in your feed.

nuxt-vapor-demo / tsconfig.json
320 B 18 lines
1{ 2 // https://nuxt.com/docs/guide/concepts/typescript 3 "files": [], 4 "references": [ 5 { 6 "path": "./.nuxt/tsconfig.app.json" 7 }, 8 { 9 "path": "./.nuxt/tsconfig.server.json" 10 }, 11 { 12 "path": "./.nuxt/tsconfig.shared.json" 13 }, 14 { 15 "path": "./.nuxt/tsconfig.node.json" 16 } 17 ] 18}