본문 바로가기
Framework/Svelte

Svelte 시작하기

by pcm9881 2022. 7. 18.

설치

npm create vite@latest [프로젝트 이름] -- --template svelte
cd [프로젝트 이름]
npm install
npm run dev

 

참조

스벨트 공식 홈페이지: https://svelte.dev/

 

Svelte • Cybernetically enhanced web apps

Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app. Instead of using tec

svelte.dev

 

728x90

댓글