05/18/2026 Catchup - linksync project work and TicTacToe evaluations on different coding LLMs with OpenCode.
This commit is contained in:
38
TicTacToe-Compare/ministral-3-14b/node_modules/create-vite/template-qwik-ts/README.md
generated
vendored
Normal file
38
TicTacToe-Compare/ministral-3-14b/node_modules/create-vite/template-qwik-ts/README.md
generated
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
# 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.dev/docs/qwikcity/), our server-side meta-framework.
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
$ npm install # or pnpm install or yarn install
|
||||
```
|
||||
|
||||
Learn more on the [Qwik Website](https://qwik.dev) and join our community on our [Discord](https://qwik.dev/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>
|
||||
Reference in New Issue
Block a user