UNPKG

@7x7cl/qwik

Version:

An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.

20 lines (19 loc) 475 B
{ "description": "Static Site Generator", "scripts": { "build.server": "vite build -c adapters/static/vite.config.ts" }, "__qwik__": { "priority": 10, "displayName": "Adapter: Static site (.html files)", "docs": [ "https://qwik.builder.io/qwikcity/static-site-generation/overview/" ], "nextSteps": { "lines": [ " You must change the 'origin' url under staticAdapter", " inside 'vite.config.ts'" ] } } }