Socket
Book a DemoInstallSign in
Socket

@arijs/vue-prerender

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arijs/vue-prerender

Prerender library for Vue 3

latest
Source
npmnpm
Version
0.0.13
Version published
Maintainers
1
Created
Source

@AriJS / Vue Prerender

This is used on https://github.com/arijs/vue-next-example and is mostly based on https://github.com/arijs/stream-xml-parser .

With Vue-next-example, you can build Vue SPAs without ANY build tool during development. You save your components and reload your browser, all your files are static html, js and css files.

But this means that in production, your users will have to asynchronously load all your components recursively. With this package, your pages can pre prerendered ahead of time to the final html structure that your user will see when all the loading is finished.

You can also use external data in your components, and that data will be printed to your pages so Vue can hydrate your app.

Example

See https://github.com/arijs/vue-next-example and the examples folder here.

License

MIT.

Keywords

frontend

FAQs

Package last updated on 28 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts