Skip to content

Get a quotation within 24 hours

Get a quote

VOSTO EMISIO Website

Website for VOSTO EMISIO generated using VitePress.

How to build?

For live-reloading preview, run:

npm run docs:dev

For building this project for deployment, run:

npm run docs:build

We recommend previewing the build before deployment, this is different than the live-reload feature. It can be done by running:

npm run docs:preview

Where is the result of the build?

The files are under .vitepress/dist. They can be served from a CDN or web server.

How to modify/remove the CTA?

The CTA (component called Quotation) is injected into a layout slot in .vitepress/theme/index.ts. This part only affects the doc layout so under /services, Quotation is also added to individual Markdown files.