文件名称:rust-yew-wasm:Rust + Yew + WASM Web应用程序
文件大小:92KB
文件格式:ZIP
更新时间:2024-03-04 09:21:05
Rust
Rust + Yew + WASM Web App(这是在此处找到的官方模板之上 如何安装 npm install 如何在调试模式下运行 # Builds the project and opens it in a new browser tab. Auto-reloads when the project changes. npm start 如何在发布模式下构建 # Builds the project and places it into the `dist` folder. npm run build 如何进行单元测试 # Runs tests npm test