文件名称:fastify-nuxtjs:对Nuxt的Fastify的Vue服务器端渲染支持
文件大小:534KB
文件格式:ZIP
更新时间:2024-05-29 06:37:11
vue ssr nuxt nuxtjs fastify
fastify-nuxtjs Vue服务器端渲染支持使用 Framework进行Fastify。 安装 用纱安装: yarn add fastify-nuxtjs nuxt 使用npm安装: npm install fastify-nuxtjs nuxt 用法 由于Nuxt在首次启动时需要一些时间才能准备就绪,因此您必须在注册插件后在after回调中声明您的路由。 该插件将在nuxt中公开api nuxt ,它将为您处理渲染。 const fastify = require ( 'fastify' ) ( ) ; fastify . register ( require ( 'fastify-nuxtjs' ) ) . after ( ( ) => { fastify . nuxt ( '/hello' ) ; } ) ; fastify . listen ( 3000 ,
【文件预览】:
fastify-nuxtjs-main
----husky.config.js(121B)
----.gitignore(2KB)
----components()
--------HelloWorld.vue(138B)
----package.json(2KB)
----commitlint.config.js(70B)
----LICENSE(1KB)
----index.js(2KB)
----CHANGELOG.md(365B)
----tsconfig.json(433B)
----test.js(6KB)
----nuxt.config.js(42B)
----.github()
--------workflows()
----README.md(3KB)
----example.js(253B)
----docs()
--------.gitignore(8B)
--------package.json(366B)
--------static()
--------nuxt.config.js(118B)
--------README.md(474B)
--------content()
--------yarn.lock(440KB)
----pages()
--------hello.vue(40B)
----.editorconfig(207B)
----.prettierrc(73B)
----yarn.lock(467KB)
----index.d.ts(658B)