Tauri 创建前端
Qwik主要设计用于服务器端渲染(SSR)。为了让Qwik与Tauri一起使用,我们将使用一个“Static Site”适配器,以创建基于静态站点生成(SSG)的前端。
Qwik自带一个类似于create-tauri-app的脚手架工具,可以快速设置一个新项目,并提供许多自定义选项。在本指南中,我们将选择TypeScript模板。
- npm
- Yarn
- pnpm
pnpm create qwik@latest
- Project name\ This will be the name of your JavaScript project. 对应此工具将创建的文件夹的名称,但在其他方面对你的应用没有影响。 您可以在此处填写任何您想要的名称。
- App starter\ We will select the Basic App (QwikCity) option for an example template.
- Install dependencies\ Yes, if you want it to install the dependencies automatically.