FileMood

Download [FreeTutorials.Us] vuejs-2-essentials

FreeTutorials Us vuejs essentials

Name

[FreeTutorials.Us] vuejs-2-essentials

 DOWNLOAD Copy Link

Total Size

2.4 GB

Total Files

180

Hash

A0150B188851498260614833B5DCA57709DB483B

/01 Introduction/

001 Course introduction.mp4

71.7 MB

002 How to do this course. Read first.html

3.8 KB

/02 Project 1 - Overview setup/

003 Demo of the finished product.mp4

15.9 MB

004 Register for the Imgur API.mp4

6.9 MB

005 Reviewing the Vue.js Poster Store Github repo.mp4

2.8 MB

006 Clone repo install dependencies and setup environment file.mp4

5.2 MB

007 Running server and viewing project.mp4

4.0 MB

008 Tour of the project files.mp4

17.6 MB

/03 Project 1 - Up and running with Vue/

009 Include Vue in project.mp4

7.9 MB

010 Creat an instance of Vue.mp4

5.9 MB

011 Adding a data property.mp4

9.4 MB

012 Vue essentials Directives.mp4

6.1 MB

013 Adding a method.mp4

12.8 MB

014 Rendering a list of items.mp4

8.9 MB

015 Add classes to items.mp4

12.5 MB

/04 Project 1 - Building the shopping cart/

016 First a request.mp4

56.2 MB

017 Creating the cart.mp4

10.3 MB

018 Vue essentials Reactivity.mp4

3.8 MB

019 Iterate cart items in template.mp4

11.2 MB

020 Enhancing cart in the template.mp4

3.0 MB

021 Hide cart if empty.mp4

10.7 MB

022 Adding quantity to cart items.mp4

12.5 MB

023 Cart items quantity logic.mp4

13.6 MB

024 Adding price to cart items.mp4

7.5 MB

025 Vue essentials Filters.mp4

5.0 MB

026 Formatting price.mp4

12.2 MB

027 Adding quantity buttons to template.mp4

10.5 MB

028 Quantity buttons logic.mp4

12.6 MB

029 Adding classes and breaking loop in addItems.mp4

5.3 MB

/05 Project 1 - Adding product search/

030 Search button.mp4

17.0 MB

031 Search input.mp4

8.3 MB

032 Overview of vue-resource.mp4

7.0 MB

033 Overview of API.mp4

7.3 MB

034 Adding vue-resource to project.mp4

6.0 MB

035 AJAX call for products.mp4

12.0 MB

/06 Project 1 - Building the product list/

036 Replacing dummy items with the real thing.mp4

8.7 MB

037 Product image.mp4

18.2 MB

038 Adding search result count to product list.mp4

17.7 MB

039 Loading message.mp4

16.6 MB

040 Vue essentials Lifecycle hooks.mp4

6.0 MB

041 Default search on page load.mp4

9.2 MB

042 Adding price to products.mp4

20.1 MB

/07 Project 1 - Enhancing the shopping cart/

043 Vue essentials Transitions.mp4

9.8 MB

044 Fading in cart total.mp4

20.3 MB

045 Vue essentials Key.mp4

8.2 MB

046 Vue essentials List transitions.mp4

7.6 MB

047 Fade in cart items.mp4

35.1 MB

/08 Project 1 - Scroll loading products/

048 How scroll load works.mp4

106.2 MB

049 Creating the results array.mp4

21.6 MB

050 Including scroll monitor in the project.mp4

45.1 MB

051 Scroll monitor basic setup.mp4

10.7 MB

052 Implementing scroll load part 1.mp4

13.9 MB

053 Implementing scroll load part 2.mp4

23.1 MB

054 Fixing search results.mp4

20.4 MB

055 Adding a no more items message.mp4

62.2 MB

056 Vue essentials Computed properties.mp4

4.9 MB

057 Enhancing no more items logic.mp4

30.5 MB

/09 Project 1 - Finishing touches/

058 Hiding elements before Vue compiles them.mp4

29.5 MB

059 Requiring a search string.mp4

5.4 MB

/10 Project 2 - Overview setup/

060 Demo of the finished product.mp4

11.3 MB

061 Getting data from the OMDB API.mp4

10.1 MB

062 Clone repo NPM install setup environment.mp4

11.2 MB

063 Running local server.mp4

5.4 MB

064 Tour of the project files.mp4

19.9 MB

065 Webpack configuration.mp4

23.7 MB

066 Hello World.mp4

8.5 MB

/11 Project 2 - Setting up components/

067 Vue essentials Components.mp4

5.7 MB

068 Configuring components.mp4

13.5 MB

069 Setup the movie-list component.mp4

14.9 MB

070 Setup the check-filter component.mp4

14.0 MB

/12 Project 2 - Filters/

071 Vue essentials Props.mp4

7.0 MB

072 Add props to check-filter component.mp4

8.9 MB

073 Making check-filter toggleable.mp4

8.4 MB

074 Vue essentials Custom events.mp4

4.7 MB

075 Emitting a custom event from check-filter.mp4

10.1 MB

076 Vue essentials Vue.js devtools.mp4

4.1 MB

077 Adding a payload to check-filter event.mp4

13.1 MB

078 Processing check-filter event in root instance.mp4

8.7 MB

079 Add filter arrays to movie-list.mp4

8.3 MB

080 Creating logic for genre filter.mp4

14.1 MB

/13 Project 2 - Refactoring with single file components/

081 Vue essentials Single file components.mp4

9.7 MB

082 Refactor project to use single file components.mp4

25.8 MB

/14 Project 2 - Getting data from API/

083 Understanding the API.mp4

11.8 MB

084 Getting data from the API.mp4

9.4 MB

085 Replace dummy data with API data.mp4

6.1 MB

086 Creating movie-item component.mp4

8.9 MB

087 Fleshing out movie-item template.mp4

9.6 MB

088 Enhance genre filter for multi-genre movies.mp4

14.5 MB

089 Adding no results and loading messages.mp4

13.2 MB

/15 Project 2 - Displaying session times/

090 Adding moment library to project.mp4

19.1 MB

091 Displaying session times.mp4

15.7 MB

092 Filtering session times.mp4

20.0 MB

093 Adding time filters.mp4

13.0 MB

094 Filter movies based on time filter.mp4

25.8 MB

095 Filter sessions based on time filter.mp4

12.5 MB

096 Enhance the no results message with filters.mp4

10.7 MB

/16 Project 2 - Component communication with an event bus/

097 Vue essentials Event bus.mp4

5.6 MB

098 Using a global event bus in the project.mp4

23.4 MB

/17 Project 2 - Creating the Detail page/

099 Vue essentials Vue router.mp4

7.5 MB

100 Abstract main page into overview component.mp4

12.1 MB

101 Setting up Vue router.mp4

11.0 MB

102 Adding router-view to main template.mp4

8.6 MB

103 Creating detail page.mp4

14.7 MB

104 Passing movie ID to detail page.mp4

9.9 MB

105 Displaying movie-item in detail page.mp4

16.8 MB

106 Vue essentials Slots.mp4

4.2 MB

107 Incorporating slots in movie-item.mp4

14.7 MB

108 Fleshing out detail page.mp4

13.5 MB

/18 Project 2 - Adding the day selector/

109 Creating day-select component.mp4

6.4 MB

110 Addings days to day-select.mp4

15.3 MB

111 Day selection logic.mp4

7.3 MB

112 Application-level day property.mp4

12.8 MB

113 Mobile day selector.mp4

16.4 MB

/19 Project 2 - Adding tooltips/

114 Vue essentials Custom directives.mp4

5.9 MB

115 Adding tooltip custom directive.mp4

9.4 MB

116 Creating tooltip in DOM.mp4

7.7 MB

117 Adding classes and event listeners to tooltip.mp4

36.0 MB

118 Vue essentials Plugins.mp4

2.6 MB

119 Making tooltip a custom plugin.mp4

11.5 MB

/20 Project 2 - Finishing touches/

120 Adding keep-alive to router to maintain filter state.mp4

6.3 MB

121 How v-cloak works alongside Webpack.mp4

7.3 MB

122 Building for production.mp4

6.2 MB

/21 Project 3 - Overview setup/

123 Demo of the finished product.mp4

7.0 MB

124 Clone repo NPM install setup environment.mp4

8.1 MB

125 Tour of the files.mp4

10.5 MB

126 Webpack configuration and extract text demo.mp4

26.8 MB

/22 Project 3 - Setting up the calendar/

127 Setup the app component.mp4

7.1 MB

128 Add moment to root set timezone.mp4

9.4 MB

129 Generate list of days in current month.mp4

18.4 MB

130 Padding days to startend of month for complete weeks.mp4

30.1 MB

131 Grouping days into blocks of weeks.mp4

12.7 MB

/23 Project 3 - Calendar day functionality/

132 Vue essentials Shorthands.mp4

2.2 MB

133 Adding calendar-day component.mp4

13.0 MB

134 Adding days of week above calendar grid.mp4

3.7 MB

135 Highlighting current day on calendar.mp4

6.8 MB

136 UI effects for past and days outside of month.mp4

7.6 MB

137 Vue essentials Vuex.mp4

8.4 MB

138 Add Vuex store to project and create basic state properties.mp4

11.3 MB

/24 Project 3 - Adding the month selector/

139 Adding header and creating current-month component.mp4

6.1 MB

140 Displaying date in current-month component.mp4

6.5 MB

141 Adding buttons to current-month component.mp4

4.6 MB

142 Moving Vuex into own file.mp4

6.4 MB

143 Changing month and year with Vuex mutation.mp4

7.3 MB

144 Enhancing current-month logic.mp4

8.8 MB

145 Vue.js Dev Tools Vuex.mp4

3.4 MB

/25 Project 3 - Creating the event form/

146 Creating event-form component.mp4

11.3 MB

147 Capture click in calendar-day.mp4

11.4 MB

148 Positioning Event Form.mp4

6.5 MB

149 Opening and closing Event Form.mp4

15.4 MB

150 Displaying events in calendar-day.mp4

16.7 MB

151 Creating events state in store.mp4

5.5 MB

152 Adding input to event-form.mp4

5.2 MB

153 Submit new event to store.mp4

11.8 MB

154 Get event date in store.mp4

9.5 MB

155 Improving form.mp4

8.2 MB

156 Focus directive Enter keyup is create.mp4

11.6 MB

157 Displaying date on Event Form.mp4

12.7 MB

158 Highlight Event Form active day.mp4

9.9 MB

/26 Project 3 - Loading stored events/

159 Setup for sending events to server.mp4

13.9 MB

160 Receiving event on server.mp4

8.0 MB

161 Vue essentials Vuex actions.mp4

7.4 MB

162 Creating addEvent action in store.mp4

14.6 MB

163 Returning a promise from addEvent action.mp4

17.6 MB

/27 Project 3 - Writing events to template/

164 Replace Vuex state in main file.mp4

14.7 MB

165 Move mock data to HTML template.mp4

14.2 MB

166 Splicing mock data into HTML file.mp4

23.8 MB

/28 Project 3 - Server-side rendering/

167 Vue essentials Render functions.mp4

8.4 MB

168 Creating root instance template with a render function.mp4

17.0 MB

169 Introduction to server-side rendering.mp4

27.4 MB

170 Server-side rendering webpack flow.mp4

11.2 MB

171 Creating common entry file.mp4

17.0 MB

172 Creating server entry file.mp4

17.4 MB

173 Setting up bundle renderer.mp4

18.6 MB

174 Splicing rendered bundle into HTML template.mp4

11.7 MB

175 Vuex state hydration.mp4

9.8 MB

/29 Project 3 - Finishing touches/

176 Adding image to header and reloading page on initial render.mp4

16.7 MB

177 Building for production.mp4

10.9 MB

/30 Wrap up/

178 Wrap up.mp4

30.9 MB

/

[FreeTutorials.Us].txt

0.1 KB

Freetutorials.Us.url

0.1 KB

 

Total files 180


Copyright © 2024 FileMood.com