دانلود کتاب Vue.js Up and Running: Building Accessible and Performant Web Apps – Vue.js Up and Running: ساخت برنامه های وب قابل دسترس و کارآمد

دسته بندی :
اطلاعات کتاب
  • جلد
  • سری
  • ویرایش
  • سال 2018
  • نویسنده (گان) Callum Macrae
  • ناشر OÖReilly Media
  • زبان English
  • تعداد صفحات 219
  • حجم فایل 1.98MB
  • فرمت فایل pdf
  • شابک
قیمت محصول :

45,000 تومان

با خرید این محصول، 2,250 تومان به کیف پول شما بازگشت داده می‌شود

روند خرید و دریافت کتاب‌ها بدون هیچ اختلالی انجام می‌شود.
تمامی فایل‌ها بر روی سرورهای داخلی میزبانی می‌شوند تا بتوانید به راحتی و در لحظه آن‌ها را دانلود کنید. در صورت بروز هرگونه مشکل یا نیاز به راهنمایی، لطفاً از طریق « صفحه تماس باما» با تیم پشتیبانی در ارتباط باشید.

تمامی کتاب های موجود در وبسایت سای وان به زبان انگلیسی میباشد

توضیحات

Frontend development is changing. Websites are becoming richer and more

interactive, requiring us as frontend developers to add increasingly complicated

functionality and use more powerful tools. Its easy enough to update a bit of

text on a page by using jQuery, but as we need to do moreupdating large,

interactive sections of a page; handling complicated state; performing client-side

routing; and simply writing and organizing a lot more codeusing a JavaScript

framework makes our jobs a lot easier.

A framework is a JavaScript tool that makes it easier for developers to create

rich, interactive websites. Frameworks contain functionality that enable us to

make a fully functional web application: manipulating complicated data and

displaying it on the page, handling routing client-side instead of having to rely

on a server, and sometimes even allowing us to create a full website that needs to

hit the server only once for the initial download. Vue.js is the latest popular

JavaScript framework and is rapidly increasing in popularity. Evan You, then

working at Google, wrote and released the first version of Vue.js in early 2014.

At the time of writing, it has over 75,000 stars on GitHub, making it the eighth

most starred repository on GitHub, and that number is growing rapidly. Vue has

hundreds of collaborators and is downloaded from npm about 40,000 times

every day. It contains features that are useful when developing websites and

applications: a powerful templating syntax to write to the DOM and listen to

events, reactivity so that you dont need to update the template after your data

changes, and functionality that makes it easier for you to manipulate your data.

f you know HTML and JavaScript and are looking to take your knowledge to

the next level by learning how to use a framework, this book is for you. You

dont have to be amazing at JavaScript, but I dont explain what any of the

JavaScript in the code examples is doing beyond the Vue.js functionality, so its

good to have some basic JavaScript knowledge. The code examples are also

written using ECMAScript 2015, the latest version of JavaScript, and so contain

language features such as const, fat-arrow functions, and destructuring. If

youre not familiar with ES2015, dont worryplenty of good articles and

resources can help you with it, and most of the code examples are pretty

readable anyway.

————————————————————–

ترجمه ماشینی :

توسعه Frontend در حال تغییر است. وب‌سایت‌ها غنی‌تر و تعاملی‌تر می‌شوند و ما را به عنوان توسعه‌دهندگان فرانت‌اند ملزم می‌کند تا عملکردهای پیچیده‌تری را اضافه کنیم و از ابزارهای قدرتمندتر استفاده کنیم. با استفاده از jQuery می‌توان مقداری از متن را در یک صفحه به‌روزرسانی کرد، اما از آنجایی که باید بخش‌های بزرگ و تعاملی یک صفحه را به‌روزرسانی کنیم. رسیدگی به وضعیت پیچیده؛ انجام مسیریابی در سمت مشتری. و به سادگی نوشتن و سازماندهی کدهای بسیار بیشتر با استفاده از یک فریم ورک جاوا اسکریپت کار ما را بسیار آسان می کند. \ چارچوب یک ابزار جاوا اسکریپت است که ایجاد وب سایت های تعاملی و غنی را برای توسعه دهندگان آسان می کند. فریم‌ورک‌ها دارای قابلیت‌هایی هستند که ما را قادر می‌سازند یک برنامه وب کاملاً کاربردی بسازیم: دستکاری داده‌های پیچیده و نمایش آنها در صفحه، مدیریت مسیریابی سمت کلاینت به‌جای تکیه بر سرور، و حتی گاهی اوقات به ما اجازه می‌دهد یک برنامه کامل ایجاد کنیم. وب سایتی که برای دانلود اولیه فقط یک بار باید به سرور ضربه بزند. Vue.js آخرین فریم ورک محبوب جاوا اسکریپت است و به سرعت در حال افزایش محبوبیت است. ایوان یو که در آن زمان در Google کار می کرد، اولین نسخه Vue.js را در اوایل سال 2014 نوشت و منتشر کرد. در زمان نگارش، بیش از 75000 ستاره در GitHub دارد که آن را به هشتمین / پر ستاره ترین مخزن در GitHub تبدیل می کند. این تعداد به سرعت در حال افزایش است. Vue صدها همکار دارد و هر روز حدود 40000 بار از npm دانلود می شود. این شامل ویژگی‌هایی است که هنگام توسعه وب‌سایت‌ها و برنامه‌ها مفید هستند: یک نحو قالب‌بندی قدرتمند برای نوشتن در DOM و گوش دادن به رویدادها، واکنش‌پذیری به طوری که نیازی به به‌روزرسانی الگو پس از تغییر داده‌ها نباشید، و عملکردی که کار را آسان‌تر می‌کند. برای اینکه بتوانید داده های خود را دستکاری کنید. \ f شما HTML و جاوا اسکریپت را می شناسید و به دنبال این هستید که دانش خود را با یادگیری نحوه استفاده از یک چارچوب به سطح بعدی ارتقا دهید، این کتاب برای شما مناسب است. شما مجبور نیستید در جاوا اسکریپت شگفت انگیز باشید، اما من توضیح نمی دهم که هیچ یک از جاوا اسکریپت


 

tag : دانلود کتاب Vue.js Up and Running: ساخت برنامه های وب قابل دسترس و کارآمد , Download Vue.js Up and Running: ساخت برنامه های وب قابل دسترس و کارآمد , دانلود Vue.js Up and Running: ساخت برنامه های وب قابل دسترس و کارآمد , Download Vue.js Up and Running: Building Accessible and Performant Web Apps Book , Vue.js Up and Running: ساخت برنامه های وب قابل دسترس و کارآمد دانلود , buy Vue.js Up and Running: ساخت برنامه های وب قابل دسترس و کارآمد , خرید کتاب Vue.js Up and Running: ساخت برنامه های وب قابل دسترس و کارآمد , دانلود کتاب Vue.js Up and Running: Building Accessible and Performant Web Apps , کتاب Vue.js Up and Running: Building Accessible and Performant Web Apps , دانلود Vue.js Up and Running: Building Accessible and Performant Web Apps , خرید Vue.js Up and Running: Building Accessible and Performant Web Apps , خرید کتاب Vue.js Up and Running: Building Accessible and Performant Web Apps ,

نقد و بررسی‌ها

هنوز بررسی‌ای ثبت نشده است.

اولین کسی باشید که دیدگاهی می نویسد “دانلود کتاب Vue.js Up and Running: Building Accessible and Performant Web Apps – Vue.js Up and Running: ساخت برنامه های وب قابل دسترس و کارآمد”