Web Analytics
본문 바로가기
자기계발 공부

Svelte, Svelte Kit 학습자료 정리

by 자기계발도우미 2023. 4. 7.

Svelte

svelte

 

https://svelte.dev/tutorial/basics

 

Introduction / Basics • Svelte Tutorial

Introduction / Basics a. Basicsb. Adding datac. Dynamic attributesd. Stylinge. Nested componentsf. Making an appa. Assignmentsb. Declarationsc. Statementsd. Updating arrays and objectsa. Declaring propsb. Default valuesc. Spread propsa. If blocksb. Else bl

svelte.dev

위 링크는 Svelte를 실습과 함께 쉽게 배울 수 있는 공식 튜토리얼 사이트입니다.

단계별로 개념을 익혀나가기 좋은 사이트라서 공유드립니다.

 

https://svelte.dev/docs

 

Docs • Svelte

Documentation Before we begin This page contains detailed API reference documentation. It's intended to be a resource for people who already have some familiarity with Svelte. If that's not you (yet), you may prefer to visit the interactive tutorial or the

svelte.dev

위 링크는 Svelte Document 페이지입니다.

여러가지 개념들과 문법들을 설명합니다.

 

Svelte Kit

svelte kit

https://learn.svelte.dev/tutorial/welcome-to-svelte

 

Welcome to Svelte • Svelte Tutorial

Welcome to the Svelte tutorial! This will teach you everything you need to know to easily build web applications of all sizes, with high performance and a small footprint. You can also consult the API docs and the examples, or — if you're impatient to st

learn.svelte.dev

위 링크는 Svelte Kit을 실습과 함께 쉽게 배울 수 있는 공식 튜토리얼 사이트입니다.

단계별로 개념을 익혀나가기 좋은 사이트라서 공유드립니다.

 

https://kit.svelte.dev/docs/introduction

 

Introduction • Docs • SvelteKit

Introduction Edit this page on GitHub If you're new to Svelte or SvelteKit we recommend checking out the interactive tutorial. If you get stuck, reach out for help in the Discord chatroom. SvelteKit is a framework for rapidly developing robust, performant

kit.svelte.dev

위 링크는 Svelte Kit Document 페이지입니다.

튜토리얼에 없는 Svelte의 모든 것을 알 수 있습니다.

 


Svelte 사이트 배포하기

https://kit.svelte.dev/docs/adapter-cloudflare

 

Cloudflare Pages • Docs • SvelteKit

Cloudflare Pages Edit this page on GitHub To deploy to Cloudflare Pages, use adapter-cloudflare. This adapter will be installed by default when you use adapter-auto, but adding it to your project is recommended so that event.platform is automatically typed

kit.svelte.dev

https://developers.cloudflare.com/pages/framework-guides/deploy-a-svelte-site/

 

Deploy a Svelte site · Cloudflare Pages docs

Svelte is an increasingly popular, open-source framework for building user interfaces and web applications. Unlike most frameworks, Svelte is …

developers.cloudflare.com

 

 


Svelte Kit + tailwindcss

https://tailwindcss.com/docs/guides/sveltekit

 

Install Tailwind CSS with SvelteKit - Tailwind CSS

Setting up Tailwind CSS in a SvelteKit project.

tailwindcss.com

 

댓글