دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
دسته بندی: برنامه نويسي ویرایش: نویسندگان: Heitor Ramon Ribeiro سری: ISBN (شابک) : 183882622X, 9781838826222 ناشر: Packt Publishing سال نشر: 2020 تعداد صفحات: 555 زبان: English فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 9 مگابایت
در صورت تبدیل فایل کتاب Vue.js 3 Cookbook: Discover actionable solutions for building modern web apps with the latest Vue features and TypeScript به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب Vue.js 3 Cookbook: با جدیدترین ویژگی های Vue و TypeScript ، راه حلهای عملی برای ساخت برنامه های وب مدرن کشف کنید نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
ویژگیهای جدید Vue.js 3 را کاوش کنید و بهترین روشها را برای ساختن برنامههای وب با قابلیت تحمل خطا و حرفهای کشف کنید
Vue.js یک ابزار پیشرفته است چارچوب وب برای ساخت رابط های کاربری حرفه ای برای برنامه های کاربردی وب شما. با Vue.js 3، چارچوب frontend با پیشرفتهای معماری، زبانهای پایه جدید، فرآیندهای رندر جدید و اجزای اصلی مجزا تقویت میشود.
این کتاب با دستور العملهایی برای پیادهسازی ویژگیهای جدید Vue.js 3 در شما شروع میشود. پروژه های توسعه وب و انتقال برنامه های Vue.js موجود خود به آخرین نسخه. شما با TypeScript با Vue.js راهاندازی میکنید و راهحلهای مختصری را برای چالشها و مشکلات رایج در پیادهسازی کامپوننتها، مشتقات و انیمیشنها، از طریق ساخت پلاگینها، اضافه کردن مدیریت حالت، مسیریابی، و توسعه برنامههای کامل تک صفحهای پیدا خواهید کرد. آبگرم). با پیشروی، دستور العمل هایی را خواهید یافت که به شما کمک می کند برنامه های Vue.js را با Nuxt.js ادغام کنید تا قابلیت های رندر سمت سرور را به SPA های خود اضافه کنید. سپس با کاوش در چارچوب های مدرن مانند Quasar، Nuxt.js، Vuex و Vuetify در پروژه های وب خود، در مورد اکوسیستم Vue.js اطلاعات کسب خواهید کرد. در نهایت، این کتاب راهحلهایی برای بستهبندی و استقرار برنامههای Vue.js در اختیار شما قرار میدهد.
در پایان این کتاب Vue.js، میتوانید چالشهای پیش روی ساخت Vue را شناسایی و حل کنید. برنامه های js و قادر به استفاده از چارچوب Vue.js برای پروژه های وب فرانتند در هر مقیاسی باشید.
این کتاب برای توسعه دهندگان جدید و با تجربه Vue.js است که به دنبال غلبه بر چالش ها در ساخت برنامه های وب پویا با Vue 3 هستند. دانش جاوا اسکریپت و درک اولیه Vue.js به شما کمک می کند تا بهترین استفاده را از این کتاب ببرید.
Explore the new features of Vue.js 3 and discover best practices for building fault-tolerant and professional frontend web applications
Vue.js is a progressive web framework for building professional user interfaces for your web applications. With Vue.js 3, the frontend framework is reinforced with architectural enhancements, new base languages, new render processes, and separated core components.
The book starts with recipes for implementing Vue.js 3's new features in your web development projects and migrating your existing Vue.js apps to the latest version. You will get up and running with TypeScript with Vue.js and find succinct solutions to common challenges and pitfalls faced in implementing components, derivatives, and animation, through to building plugins, adding state management, routing, and developing complete single-page applications (SPAs). As you advance, you'll discover recipes to help you integrate Vue.js apps with Nuxt.js in order to add server-side rendering capabilities to your SPAs. You'll then learn about the Vue.js ecosystem by exploring modern frameworks such as Quasar, Nuxt.js, Vuex, and Vuetify in your web projects. Finally, the book provides you with solutions for packaging and deploying your Vue.js apps.
By the end of this Vue.js book, you'll be able to identify and solve challenges faced in building Vue.js applications and be able to adopt the Vue.js framework for frontend web projects of any scale.
The book is for both new and experienced Vue.js developers looking to overcome challenges in building dynamic web applications with Vue 3. Knowledge of JavaScript and a basic understanding of Vue.js will help you to make the most of this book.
Cover Title Page Copyright and Credits About Packt Contributors Table of Contents Preface Chapter 1: Understanding Vue 3 and Creating Components What is new in Vue 3 Improvements to the framework Under the hood Render engine Exposed APIs New custom components Fragments Teleport Suspense API changes Some minor break changes Goodbye filters, hello filters! The Vue filters API The bus just left the station! The event bus API No more global Vue – the mounting API v-model, v-model, v-model – multiple v-model Composition API Technical requirements Creating the base file Upgrading your Vue 2 application to Vue 3 Getting ready How to do it... Using Vue-CLI to upgrade the project Upgrading the project manually Changing the starting files How it works... Creating components with multiple root elements How to do it... Creating the component with the structure Creating the component with the render function How it works... Creating components with attribute inheritance How to do it... How it works... Using the reactivity and observable API outside the scope of Vue How to do it... How it works... Creating a component using the composition API How to do it... How it works... See also Chapter 2: Introducing TypeScript and the Vue Ecosystem Technical requirements Creating a TypeScript project Getting ready How to do it... How it works... See also Understanding TypeScript Getting ready Types String Number Boolean Arrays Tuple Enum Any Void Objects Functions Interfaces Decorators In conclusion See also Creating your first TypeScript class Getting ready How to do it... How it works... There's more... See also Creating your first project with Vue CLI Getting ready How to do it... There's more... See also Adding plugins to a Vue CLI project with Vue UI Getting ready How to do it... How it works... Adding TypeScript to a Vue CLI project Getting ready How to do it... How it works... See also Creating your first TypeScript Vue component with vue-class-component Getting ready How to do it... How it works... See also Creating a custom mixin with vue-class-component Getting ready How to do it... Creating the Counter component Extracting similar code for the mixin How it works... See also Creating a custom function decorator with vue-class-component Getting ready How to do it... How it works... There's more... See also Adding custom hooks to vue-class-component Getting ready How to do it... How it works... See also Adding vue-property-decorator to vue-class-component Getting ready How to do it... How it works... There's more... See also Chapter 3: Data Binding, Form Validations, Events, and Computed Properties Technical requirements Creating the "hello world" component Getting ready How to do it... How it works... See also Creating an input form with two-way data binding Getting ready How to do it... How it works... See also Adding an event listener to an element Getting ready How to do it... How it works... See also Removing the v-model from the input Getting ready How to do it... How it works... See also Creating a dynamic to-do list Getting ready How to do it... How it works... See also Creating computed properties and understanding how they work Getting ready How to do it... How it works... See also Displaying cleaner data and text with custom filters Getting ready How to do it... How it works... See also Adding form validation with Vuelidate Getting ready How to do it... How it works... See also Creating filters and sorters for a list Getting ready How to do it... How it works... See also Creating conditional filters to sort list data Getting ready How to do it... How it works... See also Adding custom styles and transitions Getting ready How to do it... How it works... See also Using vue-devtools to debug your application Getting ready How to do it... See also Chapter 4: Components, Mixins, and Functional Components Technical requirements Creating a visual template component Getting ready How to do it... How it works... See also Using slots and named slots to place data inside your components Getting ready How to do it... How it works... See also Passing data to your component and validating the data Getting ready How to do it... How it works... See also Creating functional components Getting ready How to do it... How it works... See also Accessing your children components data Getting ready How to do it... Creating the star rating input Creating the StarRatingDisplay component Creating the StarRating component Data manipulation on child components How it works... There's more... See also Creating a dynamic injected component Getting ready How to do it... How it works... See also Creating a dependency injection component Getting ready How to do it... How it works... See also Creating a component mixin Getting ready How to do it... How it works... See also Lazy loading your components Getting ready How to do it... How it works... See also Chapter 5: Fetching Data from the Web via HTTP Requests Technical requirements Creating a wrapper for the Fetch API as an HTTP client Getting ready How to do it... Creating the wrapper Creating the API methods GET method function POST method function PUT method function PATCH method function UPDATE method function DELETE method function How it works... See also Creating a random cat image or GIF component Getting ready How to do it... Creating the component Single file component