1.0.4 • Published 4 months ago

create-moji-tauri v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Tauri Create

项目搭建

使用 NPM:

npm create moji-tauri@latest

使用 Yarn:

yarn create moji-tauri@latest

使用 PNPM:

pnpm create moji-tauri@latest

使用 Bun:

bun create moji-tauri@latest

按照提示进行操作!

您也可以通过额外的命令行选项直接指定您想要使用的项目名称和模板。例如,要搭建一个 Nextjs + TypeScript tauri 项目,请运行:

# npm 7+, extra double-dash is needed:
npm create moji-tauri@latest my-tauri-app -- --template nextjs-ts

# yarn
yarn create moji-tauri@latest my-tauri-app --template nextjs-ts

# pnpm
pnpm create moji-tauri@latest my-tauri-app --template nextjs-ts

# Bun
bun create moji-tauri@latest my-tauri-app --template nextjs-ts

当前支持的模板预设有:

  • nextjs-ts
  • svelte-ts
  • vue-ts

模板占位符

  • ${{PROJECT}} - 项目名称,默认名称为 my-tauri-app
1.0.4

4 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago

0.1.4-beta.1

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.0

7 months ago