Vue.js Introduction to Practical Tutorial


This series of tutorials covers Vue's basic syntax, component development, code testing, and how to build a single page application based on Vue+backend API interface. I hope this series of learning can help you quickly start Vue.js development.

Basic Grammar

Introduction to Components

Component Practice

Here's how to write form components based on the pure Vue framework in Larravel 8:

Test driven development

Note: Since TDD mode will be used for development in SPA, the Vue component unit test will be introduced first.

Build single page application (SPA)

Project assignment: Self implemented user feedback form submission&back-end processing code. The front-end is implemented based on Vue form page components. In addition to basic form verification and database storage, the back-end also implements event monitoring and asynchronous queue processing email sending functions.

More practical projects

Subscription Service

If you think this series of tutorials is helpful for your study, you can choose to upgrade to Xueyuan subscriber to support Xueyuan:

Upgrade to Xuejun subscriber now


give the thumbs-up Cancel Like Collection Cancel Collection

<<Previous: There is no previous article

>>Next: Basic Implementation and Code Analysis of Vue.js Data Binding