mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #2553] [MERGED] feat: migrate to vue 3 + vite #3900
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#3900
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/2553
Author: @AndrewBastin
Created: 8/1/2022
Status: ✅ Merged
Merged: 9/29/2022
Merged by: @AndrewBastin
Base:
main← Head:feat/next📝 Commits (10+)
4a68b98feat: vue 3 + vited2ee0dffeat: add the update available, reload promptb36fd24feat: add loading indication6a4004efix: page titles and meta tags, autocomplete emits2c360edrefactor: remove unwanted files7c85723chore: updated meta icons7f9d8b0chore: minor ui improvements998043cchore: updated i18n translations6db8ddcchore: improve pwa supported9c4d4fix: shortcode list adapter cleanup in profile page📊 Changes
685 files changed (+19887 additions, -28727 deletions)
View changed files
📝
.github/workflows/deploy-netlify.yml(+3 -0)📝
.github/workflows/deploy-staging-netlify.yml(+14 -12)📝
.gitignore(+0 -3)➕
.npmrc(+1 -0)➕
.vscode/extensions.json(+13 -0)📝
netlify.toml(+15 -0)📝
packages/codemirror-lang-graphql/package.json(+4 -4)📝
packages/codemirror-lang-graphql/src/index.js(+1 -1)📝
packages/hoppscotch-app/.env.example(+17 -13)📝
packages/hoppscotch-app/.eslintrc.js(+19 -13)📝
packages/hoppscotch-app/.gitignore(+21 -104)➕
packages/hoppscotch-app/.prettierignore(+12 -0)➕
packages/hoppscotch-app/.prettierrc.js(+3 -0)➖
packages/hoppscotch-app/.stylelintrc.js(+0 -33)➕
packages/hoppscotch-app/README.md(+16 -0)➖
packages/hoppscotch-app/assets/README.md(+0 -5)➖
packages/hoppscotch-app/assets/icons/activity.svg(+0 -13)➖
packages/hoppscotch-app/assets/icons/archive.svg(+0 -13)➖
packages/hoppscotch-app/assets/icons/arrow-down-left.svg(+0 -4)➖
packages/hoppscotch-app/assets/icons/arrow-down.svg(+0 -4)...and 80 more files
📄 Description
Migrate hoppscotch-app out of Nuxt 2 to Vue 3 + Vite.
Supersedes #2508
Checks
Additional Information
TODO: Fill this up
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.