Udemy - Nuxt.Js – Vue.Js On Steroids

seeders: 10
leechers: 9
updated:
Added by CourseClub in Other > Tutorials

Download Fast Safe Anonymous
movies, software, shows...

Files

[DesireCourse.Com] Udemy - Nuxt.js - Vue.js on Steroids 01 Getting Started
  • 010 Where to Find the Source Code.html (0.5 KB)
  • Lesson_1._Welcome_&_Introduction.mp4 (13.1 MB)
  • Lesson_2._What_is_Nuxt.js_.mp4 (12.0 MB)
  • Lesson_3._Understanding_Server_Side_Rendering.mp4 (17.0 MB)
  • Lesson_4._Nuxt_vs_Normal_Server_Side_Rendering.mp4 (7.1 MB)
  • Lesson_5._Creating_our_First_Nuxt_App.mp4 (20.2 MB)
  • Lesson_6._Understanding_the_Folder_Structure.mp4 (23.7 MB)
  • Lesson_7._What_can_we_Build_with_Nuxt_.mp4 (9.7 MB)
  • Lesson_8._What's_Inside_This_Course_.mp4 (8.5 MB)
  • Lesson_9._How_To_Get_The_Most_Out_Of_This_Course.mp4 (4.2 MB)
  • attached_files 006 Understanding the Folder Structure
    • course-ide-config.pdf (22.0 KB)
    02 Pages Routing Views
    • 023 Useful Resources Links.html (0.7 KB)
    • Lesson_10._Module_Introduction.mp4 (1,011.6 KB)
    • Lesson_11._From_Folders_to_Routes.mp4 (9.7 MB)
    • Lesson_12._Creating_a_Route_with_a_Dynamic_Path.mp4 (7.9 MB)
    • Lesson_13._Adding_Links_&_Navigating_Around.mp4 (9.8 MB)
    • Lesson_14._Validating_Parameters.mp4 (10.4 MB)
    • Lesson_15._Creating_Nested_Routes.mp4 (5.5 MB)
    • Lesson_16._Layouts,_Pages_&_Components_-_Theory.mp4 (1.7 MB)
    • Lesson_17._Adding_a_New_Layout.mp4 (7.0 MB)
    • Lesson_18._Adding_a_Default_Error_Page.mp4 (2.0 MB)
    • Lesson_19._Working_with_Normal_Components.mp4 (15.5 MB)
    • Lesson_20._Styling_Nuxt_Apps.mp4 (11.0 MB)
    • Lesson_21._Wrap_Up.mp4 (1.6 MB)
    • attached_files 023 Useful Resources Links
      • pages-views-01-dynamic-param.zip (89.5 KB)
      • pages-views-02-navigation.zip (89.1 KB)
      • pages-views-03-validation.zip (89.2 KB)
      • pages-views-04-nested.zip (89.2 KB)
      • pages-views-05-layouts.zip (90.3 KB)
      • pages-views-06-finished.zip (91.6 KB)
      03 Project - Pages Routing Views
      • 037 Useful Resources Links.html (0.3 KB)
      • Lesson_22._Module_Introduction.mp4 (2.1 MB)
      • Lesson_23._Creating_the_Main_Sections_(Pages).mp4 (14.6 MB)
      • Lesson_24._Adding_External_Fonts.mp4 (8.2 MB)
      • Lesson_25._Creating_the_Landing_Page.mp4 (14.0 MB)
      • Lesson_26._Splitting_the_Page_into_Components.mp4 (18.6 MB)
      • Lesson_27._Adding_Static_Assets_-_The_Background_Image.mp4 (5.0 MB)
      • Lesson_28._Adding_the_Header_Component.mp4 (13.6 MB)
      • Lesson_29._Vue_Router_vs._Nuxt_Router.mp4 (3.3 MB)
      • Lesson_30._Working_on_the_Post_Page.mp4 (12.0 MB)
      • Lesson_31._Creating_an_Admin_Section.mp4 (24.7 MB)
      • Lesson_32._Preparing_the_Backend.mp4 (21.8 MB)
      • Lesson_33._Improving_the_App.mp4 (5.7 MB)
      • Lesson_34._Adding_a_Separate_Layout_to_the_Admin_Area.mp4 (6.1 MB)
      • attached_files 025 Creating the Main Sections Pages
        • about-page.txt (1.1 KB)
        • post-id-styles.css (0.7 KB)
        027 Creating the Landing Page
        • main-index-styles.css (1.1 KB)
        029 Adding Static Assets - The Background Image
        • main-page-background.jpg (288.4 KB)
        030 Adding the Header Component
        • Navigation.zip (3.9 KB)
        033 Creating an Admin Section
        • UI-Components.zip (2.7 KB)
        • admin-main-page-styles.css (0.2 KB)
        • admin-new-post-form.txt (0.6 KB)
        034 Preparing the Backend
        • new-post-styles.css (0.1 KB)
        • post-id-styles.css (1.1 KB)
        035 Improving the App
        • admin-auth-index.txt (1.1 KB)
        036 Adding a Separate Layout to the Admin Area
        • error-layout.txt (0.3 KB)
        037 Useful Resources Links
        • prj-page-views-01-first-pages-fonts.zip (92.5 KB)
        • prj-page-views-02-posts-starting-page.zip (93.0 KB)
        • prj-page-views-03-splitting-into-components.zip (94.8 KB)
        • prj-page-views-04-added-navigation.zip (387.9 KB)
        • prj-page-views-05-postlist.zip (387.3 KB)
        • prj-page-views-06-new-post-form.zip (397.7 KB)
        • prj-page-views-07-post-admin-form.zip (400.5 KB)
        • prj-page-views-08-layout.zip (400.2 KB)
        04 Handling Data
        • 049 Useful Resources Links.html (0.6 KB)
        • Lesson_35._Module_Introduction.mp4 (1.1 MB)
        • Lesson_36._Adding_Dynamic_Data.mp4 (12.8 MB)
        • Lesson_37._Preparing_Data_on_the_Server-Side_(through_Nuxt).mp4 (19.8 MB)
        • Lesson_38._asyncData_on_Client_&_Server.mp4 (6.1 MB)
        • Lesson_39._A_Closer_Look_at_the_Context_Object.mp4 (6.4 MB)
        • Lesson_40._Adding_Async_Data_to_a_Single_Post.mp4 (11.9 MB)
        • Lesson_41._Handling_Errors_with_a_Callback.mp4 (3.9 MB)
        • Lesson_42._Using_Promises_in_asyncData.mp4 (7.5 MB)
        • Lesson_43._Adding_the_Vuex_Store.mp4 (14.5 MB)
        • Lesson_44._Vuex,_fetch()_and_nuxtServerInit().mp4 (20.0 MB)
        • Lesson_45._Wrap_Up.mp4 (6.1 MB)
        • attached_files 049 Useful Resources Links
          • handling-data-01-static-data.zip (401.3 KB)
          • handling-data-02-async-data.zip (401.2 KB)
          • handling-data-03-context.zip (400.9 KB)
          • handling-data-04-promises.zip (401.2 KB)
          • handling-data-05-vuex-nuxtserverinit.zip (404.7 KB)
          05 Connecting our App to the Backend
          • 060 Useful Resources Links.html (0.5 KB)
          • Lesson_46._Module_Introduction.mp4 (811.6 KB)
          • Lesson_47._Executing_Code_on_the_Server.mp4 (8.5 MB)
          • Lesson_48._Adding_Firebase_as_a_Backend.mp4 (3.5 MB)
          • Lesson_49._Using_Firebase_to_Store_Data.mp4 (9.6 MB)
          • Lesson_50._Fetching_Data_from_the_Backend.mp4 (9.8 MB)
          • Lesson_51._Initializing_our_Store.mp4 (6.3 MB)
          • Lesson_52._Fetching_all_Posts.mp4 (11.4 MB)
          • Lesson_53._Editing_Posts.mp4 (9.7 MB)
          • Lesson_54._Synchronizing_Vuex_and_the_Backend.mp4 (23.6 MB)

Description

Nuxt.Js – Vue.Js On Steroids

Build highly engaging Vue JS apps with Nuxt.js. Nuxt adds easy server-side-rendering and a folder-based config approach.

For More Courses Visit: https://desirecourse.com



Download torrent
866.7 MB
seeders:10
leechers:9
Udemy - Nuxt.Js – Vue.Js On Steroids


Trackers

tracker name
udp://62.138.0.158:6969/announce
udp://87.233.192.220:6969/announce
udp://88.198.231.1:1337/announce
udp://151.80.120.113:2710/announce
udp://111.6.78.96:6969/announce
udp://90.179.64.91:1337/announce
udp://51.15.4.13:1337/announce
udp://191.96.249.23:6969/announce
udp://35.187.36.248:1337/announce
udp://123.249.16.65:2710/announce
udp://127.0.0.1:6969/announce
udp://210.244.71.25:6969/announce
udp://78.142.19.42:1337/announce
udp://173.254.219.72:6969/announce
udp://51.15.76.199:6969/announce
udp://91.212.150.191:3418/announce
udp://103.224.212.222:6969/announce
udp://92.241.171.245:6969/announce
udp://51.15.40.114:80/announce
udp://37.19.5.139:6969/announce
µTorrent compatible trackers list

Download torrent
866.7 MB
seeders:10
leechers:9
Udemy - Nuxt.Js – Vue.Js On Steroids


Torrent hash: B926BAB8D6C0F12C4707C038BF85BF02D4A9984D