If you are familiar with the process of create a view in Drupal 7 then it will be easy to understand the process of create a view in Drupal 8. The main difference is that Views module incorporated in the Drupal’s core. It will also install with Drupal 8 core installation and no need to install separate module.
So let’s start and know how to create a view in Drupal 8. In this article I am going create view for content type “Article”
Article content type is a default content type created during Drupal 8 installation. You can check out all content type by going to the following path “admin/structure/types”.