-
Rust Tauri 1.0 tutorial코딩Coding/한글Rust강의★내가★공부하려고만듬 2022. 7. 7. 19:10728x90
내가 공부하려고 만든 영상
한글러스트Rust강의_032_Rust_Frontend_Tauri기초_프론트엔드 #rustlang #tauri
https://youtu.be/OfClLUaWWKY
타우리 설치cargo install tauri-cli --version "^1.0.0"
타우리 프로젝트 만들기!npx create-tauri-app
y 누르면 뭘로 만들지 나옴
? What is your app name? 앱 이름 설정 ? What should the window title be? 상단에 이름 넣는건가 ?? 잘 모르겠음. 그냥 타이틀 위에 넣는거 물어보는듯 What UI recipe would you like to add? Vanilla.js (html, css, and js without the bundlers) 난 바닐라 js 밖에 몰라서 그걸로 설정함.
added 2 packages, and audited 4 packages in 4s 2 packages are looking for funding run `npm fund` for details found 0 vulnerabilities >> Updating "package.json" >> Running "tauri init" > tauri > tauri "init" "--app-name" "rustrauri" "--window-title" "hellotauri" "--dist-dir" "../dist" "--dev-path" "../dist" >> Updating "tauri.conf.json" >> Running final command(s) Your installation completed. $ cd rustrauri $ npm install $ npm run tauri dev
프로젝트 이름 cd 들어가서
npm install
npm run tauri dev
하면 헬로 타우리 같은거 나옴.
Your installation completed. $ cd rustrauri $ npm install $ npm run tauri dev
요즘 핫한 SvelteKit
tauri
https://hdevstudy.tistory.com/m/300
요즘 뜨는 yew (Rustlang)
230401영상제작
한글Rust_070⭐️Rust FullStack_Web Assembly_WASM_yew_ver0.20tutorial #yew #webassembly #wasm #rustlang
https://youtu.be/zD3cUqbO0VU
반응형'코딩Coding > 한글Rust강의★내가★공부하려고만듬' 카테고리의 다른 글
Rust❤️ axum web framework #1~#3 - David Pedersen (0) 2022.07.11 동영상ㅁRust crates❤️) Dyer is designed for reliable, flexible and fast web crawling (0) 2022.07.10 Zig Language❤️⚡ Live Coding a Web Server in Zig ❤️& CPU simulator ⚡ (0) 2022.07.08 동영상만들예정❤️Improve the performance of your creative coding sketches with Rayon | chris biscardi (0) 2022.07.07 Simple error handling❤️in Rust | error-stack | LGR (0) 2022.07.07 ❤️ Rust Tauri ❤️- Quick Intro (0) 2022.07.06 Creative Coding in Rust with Nannou❤️ 동영상 만들 예정 (0) 2022.07.05 Rust❤️ tsoding / Rust - doubly-linked-list (0) 2022.07.04