1.5.7 • Published 1 year ago

@adaliszk/qwik v1.5.7

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
1 year 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

1 year ago

1.5.7

1 year ago

1.5.6

1 year ago

1.5.4

1 year ago

1.5.3

1 year ago

1.5.2

1 year ago

1.5.1

1 year ago

1.3.2

2 years ago

1.3.1

2 years ago

1.2.1

2 years ago

1.1.1

2 years ago

1.0.1

2 years ago

0.102.1

2 years ago

0.103.2

2 years ago

0.103.3

2 years ago

0.21.2

2 years ago

0.21.1

2 years ago

0.20.1

2 years ago

0.19.2

2 years ago

0.19.1

2 years ago

0.18.5

2 years ago

0.18.4

2 years ago

0.18.3

2 years ago

0.18.2

2 years ago

0.18.1

2 years ago

0.17.4

2 years ago

0.17.3

2 years ago

0.17.2

2 years ago

0.17.1

2 years ago