https://github.com/djccnt15/vision_utils
GUI utils for Vision Operation(feat. React)
https://github.com/djccnt15/vision_utils
html javascript js react react-router vite
Last synced: about 2 months ago
JSON representation
GUI utils for Vision Operation(feat. React)
- Host: GitHub
- URL: https://github.com/djccnt15/vision_utils
- Owner: djccnt15
- License: mit
- Created: 2024-12-04T01:23:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T23:24:13.000Z (over 1 year ago)
- Last Synced: 2025-10-26T15:42:52.893Z (8 months ago)
- Topics: html, javascript, js, react, react-router, vite
- Language: JavaScript
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vision_utils
GUI utils for Vision Dev(feat. React)
## Dependency
- `nvm`: 1.1.12
- `npm`: 10.9.0
- `package.json` for other dependency list
## 프로젝트 생성 방법
1. Vite 기반 프로젝트 생성
```
npm create vite@latest
```
1. node 패키지 설치
```
npm install
```
## 주요 npm 명령어
- 프로젝트 개발 서버 실행
```
npm run dev
```
- 프로젝트 빌드
```
npm run build
```
- 빌드 결과 테스트용 프리뷰
```
npm run preview
```
## 기본 파일 목록
- `eslint.config.js`: ESLint 설정 파일
- `package.json`: 프로젝트 설정 파일
- `vite.config.js`: Vite 설정 파일