corestats
Cross platform resource monitor
파일 탐색기
최종 버전 다운로드 (.zip)- appearance-setting.component.css
- appearance-setting.component.html
- appearance-setting.component.spec.ts
- appearance-setting.component.ts
- current-multicore-usage.component.css
- current-multicore-usage.component.html
- current-multicore-usage.component.spec.ts
- current-multicore-usage.component.ts
- current-singlecore-usage.component.css
- current-singlecore-usage.component.html
- current-singlecore-usage.component.spec.ts
- current-singlecore-usage.component.ts
- appearance-setting.component.css
- appearance-setting.component.html
- appearance-setting.component.spec.ts
- appearance-setting.component.ts
- cpu-data-update-notifier.service.spec.ts
- cpu-data-update-notifier.service.ts
- timelapse-single-usage.component.css
- timelapse-single-usage.component.html
- timelapse-single-usage.component.spec.ts
- timelapse-single-usage.component.ts
- timelapse-multicore-usage.component.css
- timelapse-multicore-usage.component.html
- timelapse-multicore-usage.component.spec.ts
- timelapse-multicore-usage.component.ts
- cpu.component.css
- cpu.component.html
- cpu.component.spec.ts
- cpu.component.ts
- disk.component.css
- disk.component.html
- disk.component.spec.ts
- disk.component.ts
- disk-chart.component.css
- disk-chart.component.html
- disk-chart.component.spec.ts
- disk-chart.component.ts
- treeview.component.css
- treeview.component.html
- treeview.component.spec.ts
- treeview.component.ts
- treemap.component.css
- treemap.component.html
- treemap.component.spec.ts
- treemap.component.ts
- disks.component.css
- disks.component.html
- disks.component.spec.ts
- disks.component.ts
- current-memory-usage.component.css
- current-memory-usage.component.html
- current-memory-usage.component.spec.ts
- current-memory-usage.component.ts
- current-swap-usage.component.css
- current-swap-usage.component.html
- current-swap-usage.component.spec.ts
- current-swap-usage.component.ts
- appearance-setting.component.css
- appearance-setting.component.html
- appearance-setting.component.spec.ts
- appearance-setting.component.ts
- timelapse-memory-usage.component.css
- timelapse-memory-usage.component.html
- timelapse-memory-usage.component.spec.ts
- timelapse-memory-usage.component.ts
- memory.component.css
- memory.component.html
- memory.component.spec.ts
- memory.component.ts
- process-cpu-usage.component.css
- process-cpu-usage.component.html
- process-cpu-usage.component.spec.ts
- process-cpu-usage.component.ts
- process-disk-usage.component.css
- process-disk-usage.component.html
- process-disk-usage.component.spec.ts
- process-disk-usage.component.ts
- process-memory-usage.component.css
- process-memory-usage.component.html
- process-memory-usage.component.spec.ts
- process-memory-usage.component.ts
- process.component.css
- process.component.html
- process.component.spec.ts
- process.component.ts
- processes.component.css
- processes.component.html
- processes.component.spec.ts
- processes.component.ts
- page-routing.module.ts
- page.component.css
- page.component.html
- page.component.spec.ts
- page.component.ts
- page.module.ts
- cpu-preferences.service.spec.ts
- cpu-preferences.service.ts
- memory-preferences.service.spec.ts
- memory-preferences.service.ts
- pages-state.service.spec.ts
- pages-state.service.ts
- process-preferences.service.ts
- process.service.spec.ts
- title-bar.component.css
- title-bar.component.html
- title-bar.component.spec.ts
- title-bar.component.ts
- app-types.ts
- cpu-types.ts
- disk-types.ts
- memory-types.ts
- page-state.ts
- process.ts
- app-routing.module.ts
- app.component.css
- app.component.html
- app.component.spec.ts
- app.component.ts
- app.module.ts
- en.json
- es.json
- language.json
- ptBr.json
- .gitkeep
- favicon.ico
- index.html
- main.ts
- styles.css
- 128x128.png
- 128x128@2x.png
- 32x32.png
- icon.icns
- icon.ico
- icon.png
- Square107x107Logo.png
- Square142x142Logo.png
- Square150x150Logo.png
- Square284x284Logo.png
- Square30x30Logo.png
- Square310x310Logo.png
- Square44x44Logo.png
- Square71x71Logo.png
- Square89x89Logo.png
- StoreLogo.png
- cpu.rs
- memory.rs
- mod.rs
- process.rs
- cpu.rs
- disk.rs
- memory.rs
- mod.rs
- cpu.rs
- memory.rs
- mod.rs
- process.rs
- cpu.rs
- memory.rs
- mod.rs
- process.rs
- cpu.rs
- memory.rs
- mod.rs
- main.rs
- .gitignore
- build.rs
- Cargo.lock
- Cargo.toml
- tauri.conf.json
- .gitignore
- angular.json
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.app.json
- tsconfig.json
- tsconfig.spec.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/jdvillal/corestats
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd corestats
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm run tauri dev
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm run tauri build
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Rust
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cd src-tauri
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
cargo build --release
Rust 프로젝트를 컴파일합니다.
cargo run
빌드 후 바로 실행까지 진행합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
