UNPKG

@qwik.dev/core

Version:

An open source framework for building instant loading web apps at any scale, without the extra effort.

30 lines (29 loc) 684 B
{ "description": "Use Qwik in browser-only mode", "__qwik__": { "displayName": "Integration: Qwik in browser-only mode", "priority": -10, "viteConfig": {}, "docs": [ "https://qwik.dev/docs/integrations/client-only/" ], "nextSteps": { "title": "Next Steps", "lines": [ " - run `pnpm dev` to start the development server", " - run `pnpm preview` to view a production build", " - run `pnpm build` to build the application" ] } }, "dependencies": { "@qwik.dev/core": "workspace:*" }, "devDependencies": { "vite": "7.3.1" }, "scripts": { "dev": "vite", "build": "vite build" } }