@adaliszk/qwik
v1.5.7
Published
Qwik stack and configuration for Development using Typescript
Downloads
39
Maintainers
Readme
Facade for Qwik-based development
Provides
- Eslint config for Qwik
- Qwik and Qwik-City facades
Usage
- Install the package
pnpm install --dev @adaliszk/qwik vite
- Update your
tsconfig.json
to extend from the new config:{ "extends": "@adaliszk/qwik/config", "compilerOptions": { "baseUrl": "src", "outDir": "dist" }, "include": [ "src/**/*.tsx", "src/**/*" ] }
- Use facades or the dependent packages quick access to Qwik and Qwik-City:
import { Qwik, City } from '@adaliszk/qwik' // or import { component$ } from '@builder.io/qwik' import { DocumentHead } from '@builder.io/qwik-city'
Versioning
Since this is a meta-package, the versioning reflect its main provided package, in this case @builder.io/qwik
. However, only the
Major and Minor versions are kept in sync, and the Patch is used to bump the meta-package.