English | 中文
- tauri-pure-admin is based on pure-admin-thin based on the development.
- Of course, the platform also provides the
electron
version of electron-pure-admin
pnpm install
# Desktop
pnpm dev
# Browser
pnpm browser:dev
# Desktop
pnpm build
# Browser
pnpm browser:build
# 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
- The performance and package size of
tauri
are much better thanelectron
, but the ecology ofelectron
is stronger, which means that it is convenient and fast to develop. At present, it is recommended to useelectron
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