File tree Expand file tree Collapse file tree 1 file changed +31
-4
lines changed Expand file tree Collapse file tree 1 file changed +31
-4
lines changed Original file line number Diff line number Diff line change 1
- # Tauri + React + Typescript
1
+ # Nomnom's Unity Hub
2
2
3
- This template should help get you started developing with Tauri, React and Typescript in Vite.
3
+ ## Features
4
4
5
- ## Recommended IDE Setup
5
+ - Written in React + Tauri + Rust
6
+ - Paginated project list
7
+ - Project creation
8
+ - Select a template to start from, or start from scratch
9
+ - Select the specific packages you want
10
+ - Select the files/folders you want from the template
11
+ - Can override the template's internal project entirely
12
+ - Template creation
13
+ - Integrated into the project creation
14
+ - The final template file will also be discoverable by the Unity Hub
15
+ - Editor version list
16
+ - Can see how large each version's disk size is
17
+ - Can open a version's changelog
18
+ - Can open the version's folder on disk
19
+ - Can see what modules are installed
6
20
7
- - [ VS Code] ( https://code.visualstudio.com/ ) + [ Tauri] ( https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode ) + [ rust-analyzer] ( https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer )
21
+ ## Building
22
+
23
+ ``` bash
24
+ # move into src folder
25
+ cd .\s rc\
26
+
27
+ # if npm
28
+ npm run tauri build
29
+
30
+ # if pnpm
31
+ pnpm tauri build
32
+ ```
33
+
34
+ Then find the exe in ` \src-tauri\target\release\ `
You can’t perform that action at this time.
0 commit comments