# hua123an-qwik

> ## Qwik in CSR mode

Latest version **0.0.1** (published 2023-12-21) · 0 weekly downloads

## Install

```sh
npm install hua123an-qwik
pnpm add hua123an-qwik
yarn add hua123an-qwik
bun add hua123an-qwik
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2023-12-21 |
| First published | 2023-12-21 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 1 |
| Unpacked size | 94.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | hua123an |

## Links

- npm: https://www.npmjs.com/package/hua123an-qwik
- npm.io page: https://npm.io/package/hua123an-qwik

## Dependencies (1)

- [@builder.io/qwik](https://npm.io/package/@builder.io/qwik.md) ^1.2.17

## Recent versions

- 0.0.1 (latest) — 2023-12-21

## README

# Qwik + Vite

## Qwik in CSR mode

This starter is using a pure CSR (Client Side Rendering) mode. This means, that the application is fully bootstrapped in the browser. Most of Qwik innovations however take advantage of SSR (Server Side Rendering) mode.

```ts
export default defineConfig({
  plugins: [
    qwikVite({
      csr: true,
    }),
  ],
})
```

Use `npm create qwik@latest` to create a full production ready Qwik application, using SSR and [QwikCity](https://qwik.builder.io/docs/qwikcity/), our server-side metaframwork.

## Usage

```bash
$ npm install # or pnpm install or yarn install
```

Learn more on the [Qwik Website](https://qwik.builder.io) and join our community on our [Discord](https://qwik.builder.io/chat)

## Available Scripts

In the project directory, you can run:

### `npm run dev`

Runs the app in the development mode.<br>
Open [http://localhost:5173](http://localhost:5173) to view it in the browser.

### `npm run build`

Builds the app for production to the `dist` folder.<br>

---
_Source: https://npm.io/package/hua123an-qwik · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
