[PR #2508] [CLOSED] feat: migrate to vue 3 + vite #3860

Closed
opened 2026-03-17 01:26:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2508
Author: @AndrewBastin
Created: 7/13/2022
Status: Closed

Base: mainHead: feat/next


📝 Commits (4)

  • dc16d1a feat: initial vue 3 + vite app
  • bfb6239 fix: fix vue-draggable on BodyParameters.vue
  • 8cff86a fix: fix RestCard and GraphQlCard on BodyParameters.vue
  • 237a63a fix: tooltip stylings

📊 Changes

528 files changed (+16951 additions, -27344 deletions)

View changed files

📝 .gitignore (+0 -3)
.npmrc (+1 -0)
📝 packages/codemirror-lang-graphql/package.json (+4 -4)
📝 packages/codemirror-lang-graphql/src/index.js (+1 -1)
📝 packages/hoppscotch-app/.env.example (+13 -13)
packages/hoppscotch-app/.eslintrc.js (+0 -56)
📝 packages/hoppscotch-app/.gitignore (+18 -104)
packages/hoppscotch-app/.stylelintrc.js (+0 -33)
packages/hoppscotch-app/.vscode/extensions.json (+3 -0)
packages/hoppscotch-app/README.md (+16 -0)
packages/hoppscotch-app/assets/README.md (+0 -5)
📝 packages/hoppscotch-app/assets/nuxt.config.js (+0 -0)
📝 packages/hoppscotch-app/assets/scss/styles.scss (+9 -45)
packages/hoppscotch-app/babel.config.js (+0 -26)
packages/hoppscotch-app/components.d.ts (+135 -0)
packages/hoppscotch-app/components/README.md (+0 -5)
packages/hoppscotch-app/components/app/Footer.vue (+0 -272)
packages/hoppscotch-app/components/collections/graphql/Collection.vue (+0 -291)
packages/hoppscotch-app/components/collections/graphql/Edit.vue (+0 -81)
packages/hoppscotch-app/components/collections/graphql/Folder.vue (+0 -282)

...and 80 more files

📄 Description

Migrate hoppscotch-app out of Nuxt 2 to Vue 3 + Vite.

Description

TODO: Fill this up.

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

Additional Information

TODO: Fill this up.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2508 **Author:** [@AndrewBastin](https://github.com/AndrewBastin) **Created:** 7/13/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/next` --- ### 📝 Commits (4) - [`dc16d1a`](https://github.com/hoppscotch/hoppscotch/commit/dc16d1afe34c8f9ba353d700e4c235604f1a5717) feat: initial vue 3 + vite app - [`bfb6239`](https://github.com/hoppscotch/hoppscotch/commit/bfb623962422c64ff2c6780201a66b67bc68c829) fix: fix vue-draggable on BodyParameters.vue - [`8cff86a`](https://github.com/hoppscotch/hoppscotch/commit/8cff86aaf07d7dee9f9ca8db6b2c36d7ee75cba4) fix: fix RestCard and GraphQlCard on BodyParameters.vue - [`237a63a`](https://github.com/hoppscotch/hoppscotch/commit/237a63aac9f6070c0a2ae093a99652d02167c80c) fix: tooltip stylings ### 📊 Changes **528 files changed** (+16951 additions, -27344 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+0 -3) ➕ `.npmrc` (+1 -0) 📝 `packages/codemirror-lang-graphql/package.json` (+4 -4) 📝 `packages/codemirror-lang-graphql/src/index.js` (+1 -1) 📝 `packages/hoppscotch-app/.env.example` (+13 -13) ➖ `packages/hoppscotch-app/.eslintrc.js` (+0 -56) 📝 `packages/hoppscotch-app/.gitignore` (+18 -104) ➖ `packages/hoppscotch-app/.stylelintrc.js` (+0 -33) ➕ `packages/hoppscotch-app/.vscode/extensions.json` (+3 -0) ➕ `packages/hoppscotch-app/README.md` (+16 -0) ➖ `packages/hoppscotch-app/assets/README.md` (+0 -5) 📝 `packages/hoppscotch-app/assets/nuxt.config.js` (+0 -0) 📝 `packages/hoppscotch-app/assets/scss/styles.scss` (+9 -45) ➖ `packages/hoppscotch-app/babel.config.js` (+0 -26) ➕ `packages/hoppscotch-app/components.d.ts` (+135 -0) ➖ `packages/hoppscotch-app/components/README.md` (+0 -5) ➖ `packages/hoppscotch-app/components/app/Footer.vue` (+0 -272) ➖ `packages/hoppscotch-app/components/collections/graphql/Collection.vue` (+0 -291) ➖ `packages/hoppscotch-app/components/collections/graphql/Edit.vue` (+0 -81) ➖ `packages/hoppscotch-app/components/collections/graphql/Folder.vue` (+0 -282) _...and 80 more files_ </details> ### 📄 Description Migrate `hoppscotch-app` out of Nuxt 2 to Vue 3 + Vite. ### Description TODO: Fill this up. ### Checks - [ ] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [ ] All the tests have passed ### Additional Information TODO: Fill this up. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:26:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3860
No description provided.