Pages

The pages/ directory contains your Application Views and Routes. The framework reads all the *.vue files inside this directory and create the router of your application. More information about the usage of this directory in the documentation.

pages ├── README.md ├── _layout │   ├── billing-history.vue │   ├── billing-invoice.vue │   ├── billing-payment.vue │   ├── billing-upgrade.vue │   ├── billing.vue │   ├── blog-post.vue │   ├── blog.vue │   ├── change-password.vue │   ├── discussion.vue │   ├── discussions-ask.vue │   ├── discussions.vue │   ├── edit-account-notifications.vue │   ├── edit-account-profile.vue │   ├── edit-account.vue │   ├── faq.vue │   ├── forgot-password.vue │   ├── help-center.vue │   ├── index.vue │   ├── instructor-courses.vue │   ├── instructor-dashboard.vue │   ├── instructor-earnings.vue │   ├── instructor-edit-course.vue │   ├── instructor-edit-quiz.vue │   ├── instructor-profile.vue │   ├── instructor-quizzes.vue │   ├── instructor-statement.vue │   ├── login.vue │   ├── messages.vue │   ├── pricing.vue │   ├── signup.vue │   ├── student-course.vue │   ├── student-courses.vue │   ├── student-dashboard.vue │   ├── student-lesson.vue │   ├── student-my-courses.vue │   ├── student-my-paths.vue │   ├── student-my-quizzes.vue │   ├── student-path.vue │   ├── student-paths.vue │   ├── student-profile.vue │   ├── student-quiz-result.vue │   ├── student-skill-assessment.vue │   ├── student-skill-result.vue │   ├── student-take-course.vue │   ├── student-take-lesson.vue │   ├── student-take-quiz.vue │   ├── teachers.vue │   ├── ui-alerts.vue │   ├── ui-app-layout.vue │   ├── ui-avatar.vue │   ├── ui-cards.vue │   ├── ui-chart-area.vue │   ├── ui-chart-bar.vue │   ├── ui-chart-doughnut.vue │   ├── ui-chart-line.vue │   ├── ui-chart-radar.vue │   ├── ui-drawer-layout.vue │   ├── ui-drawer.vue │   ├── ui-fixed-layout.vue │   ├── ui-form-image-group.vue │   ├── ui-forms.vue │   ├── ui-header-layout.vue │   ├── ui-header.vue │   ├── ui-icons.vue │   ├── ui-input-group-merge.vue │   ├── ui-perfect-scrollbar.vue │   ├── ui-sidebar-menu.vue │   ├── ui-sidebar.vue │   ├── ui-syntax-highlight.vue │   └── ui-tabs.vue └── index.vue