Svelte 3 Up and Running: A practical guide to building production-ready static web apps with Svelte 3
暫譯: Svelte 3 實戰指南:構建生產就緒靜態網頁應用的實用手冊
Segala, Alessandro
- 出版商: Packt Publishing
- 出版日期: 2020-08-28
- 定價: $1,040
- 售價: 9.0 折 $936
- 語言: 英文
- 頁數: 168
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1839213620
- ISBN-13: 9781839213625
-
相關分類:
UI/UX
立即出貨 (庫存=1)
相關主題
商品描述
Key Features
- Get up and running with the Svelte framework in no time with this quick introductory guide
- Build faster and leaner frontend and static web apps using the JAMstack
- Deploy your Svelte 3 app to production using cloud services and DevOps principles such as automated testing and CI/CD
Book Description
Svelte is a modern JavaScript framework used to build static web apps that are fast and lean, as well as being fun for developers to use. This book is a concise and practical introduction for those who are new to the Svelte framework which will have you up to speed with building apps quickly, and teach you how to use Svelte 3 to build apps that offer a great app user experience (UX).
The book starts with an introduction to Svelte 3, before showing you how to set up your first complete application with the framework. Filled with code samples, each chapter will show you how to write components using the Svelte template syntax and the application programming interfaces (APIs) of the Svelte framework. As you advance, you'll go from scaffolding your project and tool setup all the way through to production with DevOps principles such as automated testing, continuous integration, and continuous delivery (CI/CD). Finally, you'll deploy your application in the cloud with object storage services and a content delivery network (CDN) for best-in-class performance for your users.
By the end of this book, you'll have learned how to build and deploy apps using Svelte 3 to solve real-world problems and deliver impressive results.
What you will learn
- Understand why Svelte 3 is the go-to framework for building static web apps that offer great UX
- Explore the tool setup that makes it easier to build and debug Svelte apps
- Scaffold your web project and build apps using the Svelte framework
- Create Svelte components using the Svelte template syntax and its APIs
- Combine Svelte components to build apps that solve complex real-world problems
- Use Svelte's built-in animations and transitions for creating components
- Implement routing for client-side single-page applications (SPAs)
- Perform automated testing and deploy your Svelte apps, using CI/CD when applicable
Who this book is for
The book is for frontend or full-stack developers looking to build modern web apps with Svelte. Web developers with experience in leading frontend JavaScript frameworks who wish to learn Svelte will find this book useful. The book assumes a solid understanding of JavaScript and core HTML5 technologies. Basic understanding of modern frontend frameworks will be beneficial, but not necessary.
商品描述(中文翻譯)
**主要特點**
- 透過這本快速入門指南,迅速上手 Svelte 框架
- 使用 JAMstack 建立更快、更精簡的前端和靜態網頁應用程式
- 利用雲端服務和 DevOps 原則(如自動化測試和 CI/CD)將您的 Svelte 3 應用程式部署到生產環境
**書籍描述**
Svelte 是一個現代的 JavaScript 框架,用於構建快速且精簡的靜態網頁應用程式,並且對開發者來說非常有趣。本書是針對新手的簡明實用介紹,將幫助您快速掌握應用程式的構建,並教您如何使用 Svelte 3 來構建提供優秀用戶體驗(UX)的應用程式。
本書首先介紹 Svelte 3,然後展示如何使用該框架設置您的第一個完整應用程式。每一章都充滿了程式碼範例,將教您如何使用 Svelte 模板語法和 Svelte 框架的應用程式介面(APIs)來編寫組件。隨著進展,您將從項目搭建和工具設置開始,一直到使用 DevOps 原則(如自動化測試、持續集成和持續交付 CI/CD)進行生產部署。最後,您將在雲端中使用物件儲存服務和內容傳遞網路(CDN)來部署您的應用程式,以提供最佳性能給用戶。
在本書結束時,您將學會如何使用 Svelte 3 構建和部署應用程式,以解決現實世界中的問題並交付令人印象深刻的結果。
**您將學到什麼**
- 理解為什麼 Svelte 3 是構建提供優秀 UX 的靜態網頁應用程式的首選框架
- 探索使構建和調試 Svelte 應用程式更容易的工具設置
- 搭建您的網頁專案並使用 Svelte 框架構建應用程式
- 使用 Svelte 模板語法及其 APIs 創建 Svelte 組件
- 結合 Svelte 組件來構建解決複雜現實問題的應用程式
- 使用 Svelte 的內建動畫和過渡效果來創建組件
- 實現客戶端單頁應用程式(SPAs)的路由
- 執行自動化測試並部署您的 Svelte 應用程式,必要時使用 CI/CD
**本書適合誰**
本書適合希望使用 Svelte 構建現代網頁應用程式的前端或全棧開發者。對於有經驗於主流前端 JavaScript 框架的網頁開發者,想要學習 Svelte 的人將會發現本書非常有用。本書假設讀者對 JavaScript 和核心 HTML5 技術有扎實的理解。對現代前端框架的基本了解將是有益的,但並非必要。
目錄大綱
Table of Contents
- Meet Svelte
- Scaffolding your Svelte project
- Building reactive Svelte components
- Putting your app together
- Single-Page Applications with Svelte
- Going to production
- Looking forward
目錄大綱(中文翻譯)
Table of Contents
- Meet Svelte
- Scaffolding your Svelte project
- Building reactive Svelte components
- Putting your app together
- Single-Page Applications with Svelte
- Going to production
- Looking forward