create-qwik
Advanced tools
Comparing version 1.5.1-dev20240314172558 to 1.5.1-dev20240320154426
{ | ||
"name": "create-qwik", | ||
"description": "Interactive CLI for create Qwik projects and adding features.", | ||
"version": "1.5.1-dev20240314172558", | ||
"version": "1.5.1-dev20240320154426", | ||
"author": "Builder.io Team", | ||
@@ -26,3 +26,3 @@ "bin": "./create-qwik.cjs", | ||
], | ||
"homepage": "https://qwik.builder.io/", | ||
"homepage": "https://qwik.dev/", | ||
"keywords": [ | ||
@@ -29,0 +29,0 @@ "builder.io", |
@@ -33,9 +33,9 @@ # Create Qwik ⚡️ | ||
- Ping us at [@QwikDev](https://twitter.com/QwikDev) | ||
- Join our [Discord](https://qwik.builder.io/chat) community | ||
- Join our [Discord](https://qwik.dev/chat) community | ||
## Related | ||
- [Qwik](https://qwik.builder.io/) | ||
- [Qwik](https://qwik.dev/) | ||
- [Partytown](https://partytown.builder.io) | ||
- [Mitosis](https://github.com/BuilderIO/mitosis) | ||
- [Builder.io](https://github.com/BuilderIO/) |
@@ -19,14 +19,14 @@ { | ||
"devDependencies": { | ||
"@builder.io/qwik": "1.5.1-dev20240314172558", | ||
"@builder.io/qwik-city": "1.5.1-dev20240314172558", | ||
"@types/eslint": "^8.56.5", | ||
"@types/node": "^20.11.24", | ||
"@typescript-eslint/eslint-plugin": "^7.1.0", | ||
"@typescript-eslint/parser": "^7.1.0", | ||
"@builder.io/qwik": "1.5.1-dev20240320154426", | ||
"@builder.io/qwik-city": "1.5.1-dev20240320154426", | ||
"@types/eslint": "^8.56.6", | ||
"@types/node": "^20.11.30", | ||
"@typescript-eslint/eslint-plugin": "^7.3.1", | ||
"@typescript-eslint/parser": "^7.3.1", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-qwik": "1.5.1-dev20240314172558", | ||
"eslint-plugin-qwik": "1.5.1-dev20240320154426", | ||
"prettier": "^3.2.5", | ||
"typescript": "5.3.3", | ||
"undici": "*", | ||
"vite": "^5.1.4", | ||
"vite": "^5.1.6", | ||
"vite-tsconfig-paths": "^4.2.1" | ||
@@ -33,0 +33,0 @@ }, |
# Qwik City App ⚡️ | ||
- [Qwik Docs](https://qwik.builder.io/) | ||
- [Discord](https://qwik.builder.io/chat) | ||
- [Qwik Docs](https://qwik.dev/) | ||
- [Discord](https://qwik.dev/chat) | ||
- [Qwik GitHub](https://github.com/BuilderIO/qwik) | ||
@@ -13,3 +13,3 @@ - [@QwikDev](https://twitter.com/QwikDev) | ||
This project is using Qwik with [QwikCity](https://qwik.builder.io/qwikcity/overview/). QwikCity is just an extra set of tools on top of Qwik to make it easier to build a full site, including directory-based routing, layouts, and more. | ||
This project is using Qwik with [QwikCity](https://qwik.dev/qwikcity/overview/). QwikCity is just an extra set of tools on top of Qwik to make it easier to build a full site, including directory-based routing, layouts, and more. | ||
@@ -28,3 +28,3 @@ Inside your project, you'll see the following directory structure: | ||
- `src/routes`: Provides the directory-based routing, which can include a hierarchy of `layout.tsx` layout files, and an `index.tsx` file as the page. Additionally, `index.ts` files are endpoints. Please see the [routing docs](https://qwik.builder.io/qwikcity/routing/overview/) for more info. | ||
- `src/routes`: Provides the directory-based routing, which can include a hierarchy of `layout.tsx` layout files, and an `index.tsx` file as the page. Additionally, `index.ts` files are endpoints. Please see the [routing docs](https://qwik.dev/qwikcity/routing/overview/) for more info. | ||
@@ -37,3 +37,3 @@ - `src/components`: Recommended directory for components. | ||
Use the `npm run qwik add` command to add additional integrations. Some examples of integrations includes: Cloudflare, Netlify or Express Server, and the [Static Site Generator (SSG)](https://qwik.builder.io/qwikcity/guides/static-site-generation/). | ||
Use the `npm run qwik add` command to add additional integrations. Some examples of integrations includes: Cloudflare, Netlify or Express Server, and the [Static Site Generator (SSG)](https://qwik.dev/qwikcity/guides/static-site-generation/). | ||
@@ -40,0 +40,0 @@ ```shell |
@@ -5,3 +5,3 @@ /* | ||
* The service-worker.ts file is used to have state of the art prefetching. | ||
* https://qwik.builder.io/qwikcity/prefetching/overview/ | ||
* https://qwik.dev/qwikcity/prefetching/overview/ | ||
* | ||
@@ -8,0 +8,0 @@ * Qwik uses a service worker to speed up your site and reduce latency, ie, not used in the traditional way of offline. |
@@ -10,5 +10,5 @@ { | ||
"docs": [ | ||
"https://qwik.builder.io/docs/getting-started/" | ||
"https://qwik.dev/docs/getting-started/" | ||
] | ||
} | ||
} |
@@ -5,3 +5,3 @@ /* | ||
* The service-worker.ts file is used to have state of the art prefetching. | ||
* https://qwik.builder.io/qwikcity/prefetching/overview/ | ||
* https://qwik.dev/qwikcity/prefetching/overview/ | ||
* | ||
@@ -8,0 +8,0 @@ * Qwik uses a service worker to speed up your site and reduce latency, ie, not used in the traditional way of offline. |
@@ -10,5 +10,5 @@ { | ||
"docs": [ | ||
"https://qwik.builder.io/docs/getting-started/" | ||
"https://qwik.dev/docs/getting-started/" | ||
] | ||
} | ||
} |
@@ -5,3 +5,3 @@ /* | ||
* The service-worker.ts file is used to have state of the art prefetching. | ||
* https://qwik.builder.io/qwikcity/prefetching/overview/ | ||
* https://qwik.dev/qwikcity/prefetching/overview/ | ||
* | ||
@@ -8,0 +8,0 @@ * Qwik uses a service worker to speed up your site and reduce latency, ie, not used in the traditional way of offline. |
@@ -37,6 +37,6 @@ { | ||
"@builder.io/qwik": "1.5.1", | ||
"@types/eslint": "^8.56.5", | ||
"@types/node": "^20.11.24", | ||
"@typescript-eslint/eslint-plugin": "^7.1.0", | ||
"@typescript-eslint/parser": "^7.1.0", | ||
"@types/eslint": "^8.56.6", | ||
"@types/node": "^20.11.30", | ||
"@typescript-eslint/eslint-plugin": "^7.3.1", | ||
"@typescript-eslint/parser": "^7.3.1", | ||
"eslint": "^8.57.0", | ||
@@ -48,3 +48,3 @@ "eslint-plugin-qwik": "latest", | ||
"undici": "*", | ||
"vite": "^5.1.4", | ||
"vite": "^5.1.6", | ||
"vite-tsconfig-paths": "^4.2.1" | ||
@@ -56,5 +56,5 @@ }, | ||
"docs": [ | ||
"https://qwik.builder.io/docs/getting-started/" | ||
"https://qwik.dev/docs/getting-started/" | ||
] | ||
} | ||
} |
# Qwik Library ⚡️ | ||
- [Qwik Docs](https://qwik.builder.io/) | ||
- [Discord](https://qwik.builder.io/chat) | ||
- [Qwik Docs](https://qwik.dev/) | ||
- [Discord](https://qwik.dev/chat) | ||
- [Qwik on GitHub](https://github.com/BuilderIO/qwik) | ||
@@ -6,0 +6,0 @@ - [@QwikDev](https://twitter.com/QwikDev) |
@@ -5,3 +5,3 @@ /* | ||
* The service-worker.ts file is used to have state of the art prefetching. | ||
* https://qwik.builder.io/qwikcity/prefetching/overview/ | ||
* https://qwik.dev/qwikcity/prefetching/overview/ | ||
* | ||
@@ -8,0 +8,0 @@ * Qwik uses a service worker to speed up your site and reduce latency, ie, not used in the traditional way of offline. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1923848