# tauri-starter **Repository Path**: consolelog/tauri-starter ## Basic Information - **Project Name**: tauri-starter - **Description**: tauri+angular+ngxs+zorro+yarn脚手架。 打开后全局搜索"tauri-starter"替换成自己的项目名,搜索"tauri脚手架"替换成应用名。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-22 - **Last Updated**: 2024-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tauri + Angular This template should help get you started developing with Tauri and Angular. ## Recommended IDE Setup [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) + [Angular Language Service](https://marketplace.visualstudio.com/items?itemName=Angular.ng-template). ## 环境搭建 原文地址: https://tauri.app/zh-cn/v1/guides/getting-started/prerequisites ### Windows - Microsoft C++ 生成工具 https://visualstudio.microsoft.com/zh-hans/visual-cpp-build-tools/ - WebView2 https://developer.microsoft.com/zh-cn/microsoft-edge/webview2/?form=MA13LH#download-section - Rust https://www.rust-lang.org/tools/install ### macOS - CLang 和 macOS 开发依赖项 ```shell xcode-select --install ``` - Rust ```shell curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh ```