Complete Vue.js 2 Web Development_ Practical guide to building end-to-end web development solutions with Vue.js 2
Integrating with Other Frameworks Chapter 19 Getting ready To build this app, we will use only basic Vue functionalities. Electr ...
Integrating with Other Frameworks Chapter 19 Then, we don't really want the boilerplate components in the app/src/render/compone ...
Integrating with Other Frameworks Chapter 19 In our template, we want a formattedTime method in the sense that we'd like to see ...
Integrating with Other Frameworks Chapter 19 You can even build a distributable version of the application with the npm run buil ...
Integrating with Other Frameworks Chapter 19 How to do it... Before starting to write code, we need to create a new Firebase app ...
Integrating with Other Frameworks Chapter 19 VueFire will automatically detect Vue (so the order is important) and install itsel ...
Integrating with Other Frameworks Chapter 19 The newItem and newSmell variables will temporarily hold the values we entered in t ...
Integrating with Other Frameworks Chapter 19 The keys are created automatically and they contain empty values and 32 levels of n ...
Integrating with Other Frameworks Chapter 19 Now, run feathers generate, which will create all the boilerplate for you. When ask ...
Integrating with Other Frameworks Chapter 19 The first tag is a gallery of cats. Then, build a form to add new images of the ca ...
Integrating with Other Frameworks Chapter 19 If you run your application with npm start, you can navigate to the URL written in ...
Integrating with Other Frameworks Chapter 19 Getting ready This recipe just requires a bit of Vue fundamentals, but really not m ...
Integrating with Other Frameworks Chapter 19 In particular, you will need the clientId and the clientSecret, which are displayed ...
Integrating with Other Frameworks Chapter 19 Then, enter the newly create vue_app directory and take a look at the index.html in ...
Integrating with Other Frameworks Chapter 19 First, we need to log in to Clarifai: var app = new Clarifai.App( '7CDIjv_VqEYfmFi_ ...
Integrating with Other Frameworks Chapter 19 }) reader.readAsDataURL(file) } }, ... Then when we press the send button, we tell ...
Integrating with Other Frameworks Chapter 19 The output for the preceding code is as follows: Go to the specified address (the f ...
Integrating with Other Frameworks Chapter 19 How it works... Our application uses a pattern called reactive. Its core can be cle ...
20 Vue Router Patterns Routing is a vitally important part of any Single Page Application (SPA). This chapter focuses on maximiz ...
Vue Router Patterns Chapter 20 Using the router Let's spin up a playground project and install the vue-router library. This allo ...
«
26
27
28
29
30
31
32
33
34
35
»
Free download pdf