Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Full Stack Isomorphic JavaScript with Vue.js & Node.js, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:21
    The Course Overview
  2. Урок 2. 00:00:58
    What You Should Know First
  3. Урок 3. 00:04:06
    Single-Page Applications and Vue.js
  4. Урок 4. 00:02:19
    NoSQL and MongoDB
  5. Урок 5. 00:01:42
    Node.js and Express.js
  6. Урок 6. 00:01:10
    Installing Node.js and Node Package Manager (NPM)
  7. Урок 7. 00:00:52
    Installing Vue.js Command Line Interface (CLI) Project Generator
  8. Урок 8. 00:03:46
    Installing MongoDB
  9. Урок 9. 00:00:54
    Installing Integrated Development Environment (IDE)
  10. Урок 10. 00:01:46
    Create Vue.js Application
  11. Урок 11. 00:02:45
    Project Directory and Structure
  12. Урок 12. 00:14:57
    Vue.js Components
  13. Урок 13. 00:06:39
    Vue.js Router
  14. Урок 14. 00:03:57
    Vue.js Navigation Guards
  15. Урок 15. 00:10:21
    Vuex State Management
  16. Урок 16. 00:08:31
    Create Server with Express.js
  17. Урок 17. 00:05:51
    Learn to Use Express.js Router
  18. Урок 18. 00:06:43
    Use Express.js Middleware and CORS Configuration
  19. Урок 19. 00:07:52
    RESTful Endpoints with HTTP Controllers
  20. Урок 20. 00:03:18
    Check HTTP Status Codes
  21. Урок 21. 00:02:41
    Connect to MongoDB and Use MongoDB Compass GUI
  22. Урок 22. 00:04:28
    Working with Entity Models
  23. Урок 23. 00:08:09
    Create, Read, Update, and Delete (CRUD)
  24. Урок 24. 00:02:56
    Encrypt Passwords with Node.js and BCrypt
  25. Урок 25. 00:08:40
    Validate Passwords
  26. Урок 26. 00:03:13
    JSON Web Tokens
  27. Урок 27. 00:01:19
    Vue.js and JSON Web Tokens
  28. Урок 28. 00:03:07
    User Authentication
  29. Урок 29. 00:03:55
    Validating a User’s Session
  30. Урок 30. 00:03:16
    Managing User's Session
  31. Урок 31. 00:25:33
    Connecting Vue.js to Backend Server
  32. Урок 32. 00:03:20
    Getting Ready for Production
  33. Урок 33. 00:03:49
    Amazon Web Services and Amazon Elastic Compute Cloud
  34. Урок 34. 00:05:06
    Deploying App to the Web
  35. Урок 35. 00:03:50
    Final Thoughts
  36. Урок 36. 00:03:33
    The Course Overview
  37. Урок 37. 00:02:41
    First Step Towards Vue
  38. Урок 38. 00:04:55
    Setting Up Vue Using Node.js
  39. Урок 39. 00:06:53
    Basics, Directives, and Reactivity
  40. Урок 40. 00:05:35
    Vue DevTools
  41. Урок 41. 00:03:54
    Installing Vue-CLI and Creating a New Project
  42. Урок 42. 00:04:13
    Tour of Project Files and What Are Single-File Components?
  43. Урок 43. 00:05:55
    Using Axios to Consume a Third-Party API
  44. Урок 44. 00:05:23
    Creating Custom Components and Importing Them
  45. Урок 45. 00:04:02
    Installing Vuex and vue-router and Adding Them to the Vue Instance
  46. Урок 46. 00:06:05
    Vue Core Concepts and How to Implement – Part 1
  47. Урок 47. 00:05:30
    Vue Core Concepts and How to Implement – Part 2
  48. Урок 48. 00:06:46
    How to Use vue-router and Router Links
  49. Урок 49. 00:06:33
    Application Structure – Part 1
  50. Урок 50. 00:02:34
    Application Structure – Part 2
  51. Урок 51. 00:08:43
    Putting Together the Sample API Code and Adding to the Frontend Application
  52. Урок 52. 00:05:54
    How to Set Up the Database
  53. Урок 53. 00:04:08
    Demonstration of API in REST Client
  54. Урок 54. 00:05:31
    Creating an Account and Then Authenticating /Getting a Token – Part 1
  55. Урок 55. 00:05:19
    Creating an Account and Then Authenticating /Getting a Token – Part 2
  56. Урок 56. 00:05:06
    Setup Login Page, Functionality and Adding the User – Part 1
  57. Урок 57. 00:04:29
    Setup Login Page, Functionality and Adding the User – Part 1 - 2
  58. Урок 58. 00:08:14
    Using the API to Create, Read, Update, and Delete Items – Part 1
  59. Урок 59. 00:05:06
    Using the API to Create, Read, Update, and Delete Items – Part 2
  60. Урок 60. 00:07:12
    Using the API to Create, Read, Update, and Delete Items – Part 3
  61. Урок 61. 00:07:08
    Using the API to Create, Read, Update, and Delete Items – Part 4
  62. Урок 62. 00:04:57
    Using the Vuex Store as a Single Point of Contact to the API
  63. Урок 63. 00:08:01
    Testing
  64. Урок 64. 00:06:19
    Security