1.5.7 • Published 6 days ago

@adaliszk/qwik v1.5.7

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
6 days ago

Facade for Qwik-based development

Provides

  • Eslint config for Qwik
  • Qwik and Qwik-City facades

Usage

  1. Install the package pnpm install --dev @adaliszk/qwik vite
  2. Update your tsconfig.json to extend from the new config:
    {
       "extends": "@adaliszk/qwik/config",
       "compilerOptions": {
         "baseUrl": "src",
         "outDir": "dist"
       },
       "include": [
         "src/**/*.tsx",
         "src/**/*"
       ]
    }
  3. 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.

1.5.5

6 days ago

1.5.7

6 days ago

1.5.6

6 days ago

1.5.4

8 days ago

1.5.3

15 days ago

1.5.2

15 days ago

1.5.1

15 days ago

1.3.2

4 months ago

1.3.1

4 months ago

1.2.1

8 months ago

1.1.1

12 months ago

1.0.1

1 year ago

0.102.1

1 year ago

0.103.2

1 year ago

0.103.3

1 year ago

0.21.2

1 year ago

0.21.1

1 year ago

0.20.1

1 year ago

0.19.2

1 year ago

0.19.1

1 year ago

0.18.5

1 year ago

0.18.4

1 year ago

0.18.3

1 year ago

0.18.2

1 year ago

0.18.1

1 year ago

0.17.4

1 year ago

0.17.3

1 year ago

0.17.2

1 year ago

0.17.1

1 year ago