Sveltekit 웹 갤러리 앱
Sveltekit is a fullstack web framework for creating fast web application on top of svelte.
Sveltekit comes with page splitting, file based routing, server side rendering and more for better performance.
sveltekit, daisyui 및 tailwindcss를 사용하여 간단한 웹 기반 갤러리 앱을 만들었습니다.
거친 망 갈람 / sveltekit-웹-갤러리
sveltekit 및 daisyui를 사용하여 웹 기반 사진 갤러리 앱 만들기
날렵한 만들기
create-svelte
에서 제공하는 Svelte 프로젝트를 구축하는 데 필요한 모든 것;
프로젝트 생성
이 메시지가 표시되는 경우 이 단계를 이미 완료했을 수 있습니다. 축하해요!
# create a new project in the current directory
npm init svelte@next
# create a new project in my-app
npm init svelte@next my-app
Note: the @next
is temporary
개발 중
프로젝트를 생성하고 npm install
(또는 pnpm install
또는 yarn
)를 사용하여 종속 항목을 설치했으면 개발 서버를 시작합니다.
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
건물
앱의 프로덕션 버전을 생성하기 전에 대상 환경에 대한 adapter을 설치하십시오. 그 다음에:
npm run build
You can preview the built app with npm run preview
, regardless of whether you installed an adapter. This should not be used to serve your app in production.
View on GitHub
Reference
이 문제에 관하여(Sveltekit 웹 갤러리 앱), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://dev.to/harshmangalam/sveltekit-web-gallery-app-15oj
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Note: the @next
is temporary
You can preview the built app with npm run preview
, regardless of whether you installed an adapter. This should not be used to serve your app in production.
Reference
이 문제에 관하여(Sveltekit 웹 갤러리 앱), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/harshmangalam/sveltekit-web-gallery-app-15oj텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)