1. vue-bundle-renderer
Bundle Renderer for Vue 3.0
vue-bundle-renderer
Package: vue-bundle-renderer
Created by: nuxt-contrib
Last modified: Mon, 31 Jul 2023 08:37:31 GMT
Version: 2.0.0
License: MIT
Downloads: 1,585,556
Repository: https://github.com/nuxt-contrib/vue-bundle-renderer

Install

npm install vue-bundle-renderer
yarn add vue-bundle-renderer

Vue Bundle Renderer

npm version
npm downloads
Github Actions

SSR Bundle Renderer for Vue 3.

Install

 yarn add vue-bundle-renderer

npm install vue-bundle-renderer

pnpm add vue-bundle-renderer

Usage

createRenderer

 import { createRenderer } from 'vue-bundle-renderer/runtime'

declare function createRenderer(createApp, renderOptions: RenderOptions)

normalizeViteManifest

 import { normalizeViteManifest } from 'vue-bundle-renderer'

declare function normalizeViteManifest(manifest: ViteManifest)

normalizeWebpackManifest

 import { normalizeWebpackManifest } from 'vue-bundle-renderer'

declare function normalizeWebpackManifest(manifest: ViteManifest)

Credits

Based on vue-server-renderer made by Evan You.

License

MIT

Dependencies

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin