simplefe, based on Xplore
$ yarn tauri info
--------------------------------------------
--------------------------------------------
Environment
› OS: Windows 10.0.22621 X64
› Webview2: 116.0.1938.62
› MSVC:
- Visual Studio Community 2022
- Visual Studio ���ɹ��� 2019
› Node.js: 18.17.0
› npm: 9.8.0
› pnpm: 8.6.12
› yarn: 1.22.19
› rustup: 1.26.0
› rustc: 1.70.0
› cargo: 1.70.0
› Rust toolchain: stable-x86_64-pc-windows-msvc
Packages
› @tauri-apps/cli [NPM]: 1.1.1
› @tauri-apps/api [NPM]: 1.1.0
› tauri [RUST]: 1.4.1,
› tauri-build [RUST]: 1.4.0,
› tao [RUST]: 0.16.2,
› wry [RUST]: 0.24.3,
App
› build-type: bundle
› CSP: unset
› distDir: ../out/src
› devPath: http://localhost:8080/
› bundler: Webpack
If you want to run this project in your local system, please follow this guide:
-
Fork this project
-
Clone the project to your local system using this command
-
Follow this guide to set up Tauri environment
$ git clone https://github.com/<your_github_username>/simplefe.git
- Change directory to the root directory of this project
$ cd simplefe
- Install all dependencies using
yarn
$ yarn
- Run the project in development mode. Please note that it might takes some times for Cargo to install dependencies for the first run.
$ yarn dev