[PR #51] [MERGED] Migrate nuxt #2389

Closed
opened 2026-03-17 00:05:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/51
Author: @liyasthomas
Created: 8/24/2019
Status: Merged
Merged: 8/24/2019
Merged by: @liyasthomas

Base: masterHead: migrate-nuxt


📝 Commits (9)

📊 Changes

7 files changed (+356 additions, -38 deletions)

View changed files

📝 .travis.yml (+32 -22)
📝 assets/css/styles.scss (+9 -2)
📝 layouts/default.vue (+47 -0)
📝 layouts/error.vue (+8 -1)
📝 nuxt.config.js (+34 -12)
📝 pages/index.vue (+1 -1)
pages/websocket.vue (+225 -0)

📄 Description

No description provided


🔄 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/51 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 8/24/2019 **Status:** ✅ Merged **Merged:** 8/24/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `migrate-nuxt` --- ### 📝 Commits (9) - [`835e030`](https://github.com/hoppscotch/hoppscotch/commit/835e030c65b94b3480e74c8a28814c246f09bf5f) 🔌 Add websocket page - [`7012674`](https://github.com/hoppscotch/hoppscotch/commit/70126748fd271ed24e8f267b5fb27731a5d4dc04) Set up travis for GitHub Pages deployment - [`d095b35`](https://github.com/hoppscotch/hoppscotch/commit/d095b355cc30d9fc4b1db02882f200d5b105db70) Remove unnecessary envs (for some reason, they create extra build stages) - [`424df8c`](https://github.com/hoppscotch/hoppscotch/commit/424df8c1aeed9912a796ae82fc2cc44b1c58654c) Fix icon locations - [`d86b2c4`](https://github.com/hoppscotch/hoppscotch/commit/d86b2c410fa68410678df3f500091fcd50d6645c) Tidy up paths - [`b678d84`](https://github.com/hoppscotch/hoppscotch/commit/b678d848dbddd902ecb491d748643f91f09ceb30) Merge branch 'master' of https://github.com/liyasthomas/postwoman - [`8d35e7d`](https://github.com/hoppscotch/hoppscotch/commit/8d35e7d3bd31601aecda4832291d9af924d98290) Fix reload button - [`5a6a14d`](https://github.com/hoppscotch/hoppscotch/commit/5a6a14d1f31f658b1ca0094d38e40c3be3f3afbd) Merge pull request #49 from NBTX/master - [`c11d562`](https://github.com/hoppscotch/hoppscotch/commit/c11d56279fa93029898cb2a07fc95fbb9eef1637) Merge pull request #48 from NBTX/feat/websocket ### 📊 Changes **7 files changed** (+356 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+32 -22) 📝 `assets/css/styles.scss` (+9 -2) 📝 `layouts/default.vue` (+47 -0) 📝 `layouts/error.vue` (+8 -1) 📝 `nuxt.config.js` (+34 -12) 📝 `pages/index.vue` (+1 -1) ➕ `pages/websocket.vue` (+225 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:05:47 +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#2389
No description provided.