feat: update readme
This commit is contained in:
@@ -1,7 +1,23 @@
|
|||||||
# Tauri + Vanilla
|
# Secure Editor Rust Edition
|
||||||
|
|
||||||
This template should help get you started developing with Tauri in vanilla HTML, CSS and Javascript.
|
Secure Editor written in Rust Programming Language.
|
||||||
|
|
||||||
## Recommended IDE Setup
|
## Preparation
|
||||||
|
|
||||||
- [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)
|
```shell
|
||||||
|
cargo install create-tauri-app --locked
|
||||||
|
```
|
||||||
|
|
||||||
|
## Build
|
||||||
|
|
||||||
|
### Development Build
|
||||||
|
|
||||||
|
```shell
|
||||||
|
just dev
|
||||||
|
```
|
||||||
|
|
||||||
|
### Release Build
|
||||||
|
|
||||||
|
```shell
|
||||||
|
just build
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user