Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.56 KB

README.en-US.md

File metadata and controls

53 lines (38 loc) · 1.56 KB

tauri-pure-admin

English | 中文

electron

Install dependencies

pnpm install

start up

# Desktop
pnpm dev
# Browser
pnpm browser:dev

Pack

# Desktop
pnpm build
# Browser
pnpm browser:build

Icon Generation

# Modify the app-icon.png icon under the public folder to the actual project icon, the format is 1024x1024px png, and then execute the following command to generate icons for all platforms with one click and put them in the src-tauri/icons folder
pnpm icon

material

  • The performance and package size of tauri are much better than electron, but the ecology of electron is stronger, which means that it is convenient and fast to develop. At present, it is recommended to use electron to develop desktop applications recommended Document
  • When you plan to use tauri to develop desktop applications, you must first have a certain rust language foundation
  • If tauri is not installed, please read the documentation tauri