api-client/packages/hoppscotch-app/pages
2021-12-17 14:48:36 +05:30
..
r refactor: separate out data structures into hoppscotch-data 2021-12-03 16:10:56 +05:30
documentation.vue refactor: minor ui improvements 2021-12-15 23:06:35 +05:30
enter.vue refactor: sort windi class names 2021-12-01 22:59:01 +05:30
graphql.vue refactor: lint + minor ui fixes 2021-11-27 19:59:28 +05:30
index.vue fix: broken render due to regression in store 2021-12-16 01:41:36 +05:30
join-team.vue refactor: sort windi class names 2021-12-01 22:59:01 +05:30
profile.vue refactor: minor ui improvements 2021-12-15 23:06:35 +05:30
README.md refactor: monorepo+pnpm (removed husky) 2021-09-10 00:28:28 +05:30
realtime.vue chore: minor ui improvements 2021-09-19 20:27:20 +05:30
settings.vue refactor: rewrite settings page using setup scripts 2021-12-17 14:48:36 +05:30

PAGES

This directory contains your Application Views and Routes. The framework reads all the *.vue files inside this directory and creates the router of your application.

More information about the usage of this directory in the documentation.