From 34823c00edc49adfa7b281cb8d9c987cf84ce4c6 Mon Sep 17 00:00:00 2001 From: cmdragon <39700024+cmdragon@users.noreply.github.com> Date: Fri, 5 Sep 2025 14:55:05 +0800 Subject: [PATCH 1/2] Update README.md Add package manager bun --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc123383..3f0c47d8 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Duo](https://github.com/duojs/duo) - Next-generation package manager that blends the best ideas from Component, Browserify and Go to make organizing and writing front-end code quick and painless. * [yarn](https://yarnpkg.com/) - Fast, reliable, and secure dependency management. * [pnpm](https://pnpm.io/) - Fast, disk space efficient package manager. +* [bun](https://bun.sh/) - Bun is a fast JavaScript all-in-one toolkit ## Component Management From 3e02e5661ec29cb8d140dfae2e9079241c2415cf Mon Sep 17 00:00:00 2001 From: cmdragon <39700024+cmdragon@users.noreply.github.com> Date: Fri, 5 Sep 2025 15:06:24 +0800 Subject: [PATCH 2/2] Add package manager bun MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Develop, test, run, and bundle JavaScript & TypeScript projects—all with Bun. Bun is an all-in-one JavaScript runtime & toolkit designed for speed, complete with a bundler, test runner, and Node.js-compatible package manager. Bun aims for 100% Node.js compatibility. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f0c47d8..ee033823 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Duo](https://github.com/duojs/duo) - Next-generation package manager that blends the best ideas from Component, Browserify and Go to make organizing and writing front-end code quick and painless. * [yarn](https://yarnpkg.com/) - Fast, reliable, and secure dependency management. * [pnpm](https://pnpm.io/) - Fast, disk space efficient package manager. -* [bun](https://bun.sh/) - Bun is a fast JavaScript all-in-one toolkit +* [bun](https://bun.sh/) - Bun is a fast JavaScript all-in-one toolkit. ## Component Management