program/typescript

[typescript] Vite

momoa210 2024. 1. 27. 22:27

Vite라는 프로젝트 생성 도구
 Create React App과 비교했을 때 좀 더 라이트한 기능의 프로젝트를 만들어주고, 

빌드 속도가 조금 더 빠르다고  알려져 있습니다. 

그리고 리액트 프로젝트 말고도 다양한 프로젝트를 생성하는 데 사용할 수 있다는 장점


 

공식 문서 

https://vitejs.dev/guide/#trying-vite-online

 

Vite

Next Generation Frontend Tooling

vitejs.dev

개발자들이 만든 템플릿 

https://github.com/vitejs/awesome-vite#templates

 

GitHub - vitejs/awesome-vite: ⚡️ A curated list of awesome things related to Vite.js

⚡️ A curated list of awesome things related to Vite.js - GitHub - vitejs/awesome-vite: ⚡️ A curated list of awesome things related to Vite.js

github.com

 

 

 

 

npx create-vite-app . --template react-ts

패키지 설치

npm install

'program > typescript' 카테고리의 다른 글

[typescript] 타입 문법 keyof typeof  (0) 2024.01.27
[node.js] typescript 세팅  (0) 2024.01.27