sycamore
A library for creating reactive web apps in Rust and WebAssembly
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- config.yml
- feature_request.md
- bench.yml
- build_docs.yml
- build_examples.yml
- coverage.yml
- fmt.yml
- js_framework_bench.yml
- post_js_framework_bench.yml
- test.yml
- roadmap.md
- deploy.md
- optimize-wasm-size.md
- styling.md
- testing.md
- attribute-passthrough.md
- contexts.md
- data-binding.md
- js-interop.md
- node-ref.md
- resources-and-suspense.md
- tweened.md
- view-builder.md
- view-dsl.md
- adding-state.md
- rendering-lists.md
- todo-app.md
- your-first-app.md
- 0-7-to-0-8.md
- 0-8-to-0-9.md
- derive-props.md
- reactive-graph.md
- streaming.md
- contributing.md
- cookbook.md
- faq.md
- guide.md
- introduction.md
- migration.md
- reference.md
- router.md
- sections.json
- server-side-rendering.md
- troubleshooting.md
- announcing-v0-5-0.md
- announcing-v0-6-0.md
- announcing-v0-7-0.md
- announcing-v0-8-0.md
- announcing-v0-9-0.md
- new-reactive-primitives.md
- .prettierrc.toml
- main.rs
- Cargo.toml
- index.html
- main.rs
- Cargo.toml
- index.html
- main.rs
- Cargo.toml
- index.html
- main.rs
- Cargo.toml
- index.html
- main.rs
- Cargo.toml
- index.html
- main.rs
- Cargo.toml
- index.html
- main.rs
- Cargo.toml
- index.html
- main.rs
- Cargo.toml
- index.html
- main.rs
- Cargo.toml
- index.html
- main.rs
- Cargo.toml
- index.html
- template.html
- Trunk.toml
- main.rs
- Cargo.toml
- index.html
- main.rs
- bootstrap.min.css
- Cargo.toml
- index.css
- index.html
- index.js
- main.rs
- Cargo.toml
- index.html
- main.rs
- Cargo.toml
- index.html
- main.rs
- Cargo.toml
- index.html
- main.rs
- Cargo.toml
- index.html
- main.rs
- Cargo.toml
- index.html
- app.rs
- main.rs
- server.rs
- Cargo.toml
- index.html
- Trunk.toml
- main.rs
- Cargo.toml
- index.html
- Trunk.toml
- main.rs
- Cargo.toml
- index.html
- main.rs
- Cargo.toml
- index.html
- main.rs
- Cargo.toml
- index.html
- main.rs
- Cargo.toml
- index.html
- README.md
- easing.rs
- lib.rs
- motion.rs
- cleanup.rs
- hydrate.rs
- indexed.rs
- keyed.rs
- main.rs
- portal.rs
- render.rs
- svg.rs
- utils.rs
- Cargo.toml
- component.rs
- lib.rs
- Cargo.toml
- lib.rs
- suspense.rs
- Cargo.toml
- component.rs
- inline_props.rs
- lib.rs
- props.rs
- component-fail.rs
- component-fail.stderr
- component-pass.rs
- inline-props-fail.rs
- inline-props-fail.stderr
- inline-props-pass.rs
- component-fail.rs
- component-fail.stderr
- component-pass.rs
- element-fail.rs
- element-fail.stderr
- element-pass.rs
- root-pass.rs
- ui.rs
- Cargo.toml
- context.rs
- effects.rs
- iter.rs
- lib.rs
- maybe_dyn.rs
- memos.rs
- node.rs
- root.rs
- signals.rs
- utils.rs
- Cargo.toml
- lib.rs
- router.rs
- Cargo.toml
- lib.rs
- parser.rs
- route.rs
- router-fail.rs
- router-fail.stderr
- router-pass.rs
- ui.rs
- Cargo.toml
- codegen.rs
- ir.rs
- lib.rs
- parse.rs
- Cargo.toml
- dom_node.rs
- dom_render.rs
- hydrate_node.rs
- mod.rs
- ssr_node.rs
- ssr_render.rs
- attributes.rs
- bind.rs
- components.rs
- elements.rs
- events.rs
- iter.rs
- lib.rs
- macros.rs
- noderef.rs
- portal.rs
- resource.rs
- stable_counter.rs
- suspense.rs
- utils.rs
- view.rs
- Cargo.toml
- reactivity.rs
- ssr.rs
- main.rs
- Cargo.toml
- main.rs
- Cargo.toml
- configure_bench.js
- .gitignore
- Cargo.toml
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- README.md
- rustfmt.toml
- SECURITY.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/sycamore-rs/sycamore
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd sycamore
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Rust
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cargo build --release
Rust 프로젝트를 컴파일합니다.
cargo run
빌드 후 바로 실행까지 진행합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
