Vue.js: Up and Running e-bog
245,52 DKK
(inkl. moms 306,90 DKK)
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, youll quickly move from basics to custom components and advanced featuresincluding JSX, the JavaScript syntax extension.Author Callum Macrae shows you how to use the most useful libraries in th...
E-bog
245,52 DKK
Forlag
O'Reilly Media
Udgivet
23 februar 2018
Længde
174 sider
Genrer
Computer programming / software engineering
Sprog
English
Format
epub
Beskyttelse
LCP
ISBN
9781491997192
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, youll quickly move from basics to custom components and advanced featuresincluding 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 youre 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 pageSet up Vue projects from scratch, or use vue-cli to set up from a templateCreate a maintainable codebase by splitting code into self-contained componentsDiscover how Vue.js works with CSS to style your websites and applicationsUse render functions and JSX, rather than templates, to determine what Vue displaysControl how code is executed and displayed with vue-routerManage state in one centralized place with the Vuex libraryWrite unit tests to ensure your Vue components dont break in the future