Skip to content

Commit

Permalink
Update create-project.mdx (#2509)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaonerner0821 authored Aug 7, 2024
1 parent fd9396f commit 456914e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/zh-cn/start/create-project.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Cta from '@fragments/cta.mdx';
Tauri 如此灵活的一点在于它能够与几乎任何前端框架配合工作。
我们创建了 [`create-tauri-app`](https://github.com/tauri-apps/create-tauri-app) 工具,帮助您使用官方维护的框架模板创建新的 Tauri 项目。

`create-tauri-app` 目前包含一下模板:无框架(纯HTML、CSS and JavaScript)、[Vue.js](https://vuejs.org)[Svelte](https://svelte.dev)[React](https://reactjs.org/)[SolidJS](https://www.solidjs.com/)[Angular](https://angular.io/)[Preact](https://preactjs.com/)[Yew](https://yew.rs/)[Leptos](https://github.com/leptos-rs/leptos)[Sycamore](https://sycamore-rs.netlify.app/)。您还可以在[Awesome Tauri 仓库](https://github.com/tauri-apps/awesome-tauri)中找到或添加您自己的社区模板和框架。
`create-tauri-app` 目前包含以下模板:无框架(纯HTML、CSS and JavaScript)、[Vue.js](https://vuejs.org)[Svelte](https://svelte.dev)[React](https://reactjs.org/)[SolidJS](https://www.solidjs.com/)[Angular](https://angular.io/)[Preact](https://preactjs.com/)[Yew](https://yew.rs/)[Leptos](https://github.com/leptos-rs/leptos)[Sycamore](https://sycamore-rs.netlify.app/)。您还可以在[Awesome Tauri 仓库](https://github.com/tauri-apps/awesome-tauri)中找到或添加您自己的社区模板和框架。

{/* TODO: redirect to integrate to existing front-end project specific docs */}
或者,您可以[`将 Tauri 添加到现有的项目中`](#使用-tauri-cli-手动创建)以便快速地将现有代码库转换为 Tauri 应用。
Expand Down

0 comments on commit 456914e

Please sign in to comment.