728x90

svelte는 사이버네틱으로 강화된 웹 앱를 만들 수 있다.

 

※ 공식 홈페이지

https://svelte.dev/

 

Svelte • Cybernetically enhanced web apps

complete Built-in scoped styling, state management, motion primitives, form bindings and more — don't waste time trawling npm for the bare essentials. It's all here.

svelte.dev

 

※ 실행화면

 

1. 로컬 생성 명령어

npm create svelte@latest my-app
cd my-app
npm install
npm run dev -- --open

 

2. 온라인 실행 홈페이지

https://svelte.dev/examples/hello-world

728x90
반응형

'Software > JavaScript' 카테고리의 다른 글

NodeJS 시작하기 - solidjs 소개  (0) 2024.07.08
NodeJS 시작하기 - Lit 소개  (0) 2024.07.08
NodeJS 시작하기 - vue 소개  (0) 2024.07.08
NodeJS 시작하기 - React 소개  (0) 2024.07.08
NodeJS 시작하기 - vite 소개  (0) 2024.07.08

+ Recent posts