BT种子基本信息
- 种子哈希:842ab95f9f8b0c123e027f7021e30357cd5e86df
- 文档大小:488.6 MB
- 文档个数:85个文档
- 下载次数:1304次
- 下载速度:极快
- 收录时间:2020-11-27
- 最近下载:2024-10-08
- DMCA/屏蔽:DMCA/屏蔽
文档列表
- 7 - 7. Finalizing Your Application/32 - Displaying tasks.mp4 60.5 MB
- 3 - 3. Vue.js Core Concepts/12 - Vue.js components.mp4 46.3 MB
- 3 - 3. Vue.js Core Concepts/15 - Vuex state management.mp4 29.1 MB
- 5 - 5. Connecting Your Application to MongoDB/23 - Create, read, update, and delete (CRUD).mp4 27.0 MB
- 5 - 5. Connecting Your Application to MongoDB/25 - Validate passwords.mp4 26.7 MB
- 4 - 4. Building a RESTful Back-End API with Node.js and Express.js/16 - Create a server with Express.js.mp4 23.5 MB
- 4 - 4. Building a RESTful Back-End API with Node.js and Express.js/19 - RESTful endpoints with HTTP controllers.mp4 21.5 MB
- 7 - 7. Finalizing Your Application/31 - Connecting Vue.js to the back-end server.mp4 19.7 MB
- 3 - 3. Vue.js Core Concepts/13 - Vue.js router.mp4 18.7 MB
- 4 - 4. Building a RESTful Back-End API with Node.js and Express.js/18 - Use Express.js middleware and CORS configuration.mp4 18.2 MB
- 7 - 7. Finalizing Your Application/35 - Deploying the app to the web.mp4 15.1 MB
- 4 - 4. Building a RESTful Back-End API with Node.js and Express.js/17 - Learn to use the Express.js router.mp4 13.7 MB
- 5 - 5. Connecting Your Application to MongoDB/22 - Working with entity models.mp4 13.3 MB
- 7 - 7. Finalizing Your Application/34 - Amazon Web Services and Amazon Elastic Compute Cloud.mp4 12.7 MB
- 2 - 2. Preparing Your Development Environment/08 - Installing MongoDB.mp4 12.6 MB
- 6 - 6. User Authentication, JWTs, and Session Management/30 - Managing user session.mp4 11.6 MB
- 6 - 6. User Authentication, JWTs, and Session Management/29 - Validating a user session.mp4 10.8 MB
- 6 - 6. User Authentication, JWTs, and Session Management/28 - User authentication.mp4 10.3 MB
- 3 - 3. Vue.js Core Concepts/14 - Vue.js navigation guards.mp4 10.0 MB
- 7 - 7. Finalizing Your Application/33 - Getting ready for production.mp4 8.9 MB
- 1 - 1. Getting to Know the MEVN Stack/03 - Single-page applications and Vue.js.mp4 8.5 MB
- 4 - 4. Building a RESTful Back-End API with Node.js and Express.js/20 - Check HTTP status codes.mp4 8.3 MB
- 6 - 6. User Authentication, JWTs, and Session Management/26 - JSON Web Tokens (JWT).mp4 8.3 MB
- 3 - 3. Vue.js Core Concepts/11 - Project directory and structure.mp4 7.6 MB
- 5 - 5. Connecting Your Application to MongoDB/21 - Connect to MongoDB and use the MongoDB Compass GUI.mp4 7.5 MB
- 5 - 5. Connecting Your Application to MongoDB/24 - Encrypt passwords with Node.js and bcrypt.mp4 7.3 MB
- 7 - 7. Finalizing Your Application/36 - Final thoughts.mp4 6.0 MB
- 2 - 2. Preparing Your Development Environment/10 - Create a Vue.js application.mp4 4.3 MB
- 1 - 1. Getting to Know the MEVN Stack/04 - NoSQL and MongoDB.mp4 3.6 MB
- 6 - 6. User Authentication, JWTs, and Session Management/27 - Vue.js and JSON Web Tokens.mp4 3.0 MB
- 1 - 1. Getting to Know the MEVN Stack/01 - The course overview.mp4 2.9 MB
- 1 - 1. Getting to Know the MEVN Stack/05 - Node.js and Express.js.mp4 2.8 MB
- 2 - 2. Preparing Your Development Environment/09 - Installing an integrated development environment (IDE).mp4 2.2 MB
- 2 - 2. Preparing Your Development Environment/06 - Installing Node.js and Node Package Manager (NPM).mp4 1.9 MB
- 2 - 2. Preparing Your Development Environment/07 - Installing the Vue.js CLI project generator.mp4 1.8 MB
- 1 - 1. Getting to Know the MEVN Stack/02 - What you should know first.mp4 1.7 MB
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/package-lock.json 489.0 kB
- Seed Me!!.png 43.1 kB
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/src/assets/logo.png 6.8 kB
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/src/views/tasks/TasksAll.vue 4.1 kB
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/dev-server/api/task/tasks-controller.js 2.7 kB
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/src/components/Navbar.vue 2.5 kB
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/src/views/tasks/TasksEdit.vue 2.2 kB
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/src/views/authentication/Register.vue 2.0 kB
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/src/router.js 2.0 kB
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/README.md 1.8 kB
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/src/views/tasks/TasksCreate.vue 1.6 kB
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/src/assets/css/style.css 1.4 kB
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/dev-server/api/auth/auth-controller.js 1.4 kB
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/dev-server/config/env.js 1.4 kB
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/dev-server/api/register/register.controller.js 1.4 kB
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/src/views/authentication/Login.vue 1.3 kB
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/dev-server/services/auth-service.js 1.3 kB
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/package.json 1.2 kB
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/dev-server/model/user-model.js 1.2 kB
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/src/services/AuthService.js 1.2 kB
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/public/favicon.ico 1.1 kB
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/LICENSE 1.1 kB
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/dev-server/index.js 931 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/src/store.js 685 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/src/main.js 549 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/public/index.html 539 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/src/App.vue 506 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/dev-server/api/task/tasks-routes.js 495 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/src/components/HelloWorld.vue 434 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/dev-server/model/task-model.js 411 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/src/services/TaskService.js 408 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/dev-server/routes.js 375 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/.eslintrc.js 352 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/src/services/HttpService.js 338 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/dev-server/config/db.js 335 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/dev-server/utilities/string-util.js 285 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/src/views/Home.vue 260 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/.gitignore 227 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/src/components/Footer.vue 207 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/dev-server/api/register/register-routes.js 185 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/dev-server/api/auth/auth-routes.js 177 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/dev-server/api/user/user-routes.js 176 Bytes
- AhLaN.txt 175 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/dev-server/api/user/user-controller.js 96 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/src/views/About.vue 89 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/.postcssrc.js 58 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/babel.config.js 52 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/.browserslistrc 32 Bytes
- Exercise Files/Isomorphic-JavaScript-with-MEVN-Stack-master/dev-server/.babelrc 22 Bytes
==查看完整文档列表==