Framework/Svelte
Svelte 시작하기
pcm9881
2022. 7. 18. 11:17
설치
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