{"library":"vue-no-ssr","type":"library","category":null,"description":"Vue No SSR was a component designed for Vue.js applications utilizing Server-Side Rendering (SSR) to wrap components that should only be rendered on the client side. Its primary function was to prevent hydration mismatches and allow browser-specific code or libraries to function correctly without causing errors during the SSR build process. The package's last version under this name was 1.1.1, released in early 2019. It was succeeded by `vue-client-only` in its 2.0.0 release, which is actively maintained. This component provided a simple API, allowing for fallback content (placeholders) to be displayed during SSR until the client-side component was mounted. It solved a common problem in isomorphic Vue applications where certain elements or third-party libraries are not compatible with Node.js environments.","language":"javascript","status":"renamed","version":"1.1.1","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install vue-no-ssr","imports":["import NoSSR from 'vue-no-ssr'","<script>\nimport NoSSR from 'vue-no-ssr';\nexport default {\n  components: {\n    'no-ssr': NoSSR\n  }\n}\n</script>","<template>\n  <no-ssr>\n    <MyClientOnlyComponent />\n  </no-ssr>\n</template>"]},{"cmd":"yarn add vue-no-ssr","imports":[]},{"cmd":"pnpm add vue-no-ssr","imports":[]}],"homepage":null,"github":"https://github.com/egoist/vue-no-ssr","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/vue-no-ssr","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/vue-no-ssr/compatibility"}}