Vue.js: Up and Running: Building Accessible and Performant Web Apps (Paperback)
Callum Macrae
- 出版商: O'Reilly
- 出版日期: 2018-04-03
- 售價: $1,380
- 貴賓價: 9.5 折 $1,311
- 語言: 英文
- 頁數: 174
- 裝訂: Paperback
- ISBN: 1491997249
- ISBN-13: 9781491997246
-
相關分類:
Vue.js
-
相關翻譯:
Vue.js 建置與執行 (Vue.js: Up and Running: Building Accessible and Performant Web Apps) (繁中版)
Vue.js 快跑:構建觸手可及的高性能 Web 應用 (Vue.js: Up and Running: Building Accessible and Performant Web Apps) (簡中版)
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
$2,460$2,337 -
$2,100$1,995 -
$1,580$1,501 -
$910$865 -
$2,500$2,375 -
$1,796$1,701 -
$1,102$1,044 -
$1,748$1,656 -
$784$743 -
$1,980$1,881 -
$1,080Hands-On Machine Learning with Scikit-Learn and TensorFlow (Paperback)
-
$390$304 -
$390$371 -
$520$442 -
$450$356 -
$500$390 -
$1,520$1,444 -
$296前端工程師必備技能:Vue 移動開發實戰技巧
-
$1,470$1,397 -
$540$459 -
$1,600$1,520 -
$590$502 -
$1,990$1,891 -
$2,025Javascript: The Definitive Guide: Master the World's Most-Used Programming Language, 7/e (Paperback)
-
$1,843$1,746
商品描述
Get a brisk introduction to building fast, interactive single-page web applications with Vue.js, the popular JavaScript framework that organizes and simplifies web development. With this practical guide, you’ll quickly move from basics to custom components and advanced features—including JSX, the JavaScript syntax extension.
Author Callum Macrae shows you how to use the most useful libraries in the Vue ecosystem, such as vue-router for routing, vuex for state management, and vue-test-utils for testing. If you’re a frontend developer familiar with JavaScript, HTML, and CSS, this book will show you how to develop a fully featured web application using Vue.
- Learn Vue.js basics, including its use of templates to display data on a page
- Set up Vue projects from scratch, or use vue-cli to set up from a template
- Create a maintainable codebase by splitting code into self-contained components
- Discover how Vue.js works with CSS to style your websites and applications
- Use render functions and JSX, rather than templates, to determine what Vue displays
- Control how code is executed and displayed with vue-router
- Manage state in one centralized place with the Vuex library
- Write unit tests to ensure your Vue components don’t break in the future