canirequire › Dual (CommonJS + ESM) › vue
Is vue ESM-only? Can you require() it?
The progressive JavaScript framework for building modern web UI.
Last verified Sep 9, 2026 against vue@3.5.42. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
vue publishes both a CommonJS entry and a native ESM entry (ESM added in 2.7.0). require("vue") and import "vue" both work on every supported Node.js version and in Bun.
Does vue@3.5.42 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("vue") from a CommonJS file and import "vue" from an ES module.
| Runtime | require("vue") | import "vue" |
|---|---|---|
| Node.js 18 | ✓ works | ✓ works |
| Node.js 20 | ✓ works | ✓ works |
| Node.js 22 | ✓ works | ✓ works |
| Node.js 24 | ✓ works | ✓ works |
| Node.js 26 | ✓ works | ✓ works |
| Bun 1.4 | ✓ works | ✓ works |
How to import vue
ES modules (import)
import vue from "vue";CommonJS (require)
const vue = require("vue");Module format by version
Derived from the type, main and exports fields of every stable release on npm (338 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 3.4.22 – 3.5.42 | Dual (CommonJS + ESM) | Apr 15, 2024 |
Frequently asked
Is vue ESM-only?
vue@3.5.42 ships CommonJS and ESM builds. vue publishes both a CommonJS entry and a native ESM entry (ESM added in 2.7.0). require("vue") and import "vue" both work on every supported Node.js version and in Bun.
Can I require vue?
Yes. vue ships a CommonJS entry, so require("vue") works on every Node.js version, alongside the native ESM entry for import.
Does vue work in Bun?
Yes. import "vue" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does vue ship TypeScript types?
Yes. vue bundles its own type declarations; no @types package is needed.
Links
Other dual (commonjs + esm) packages
- minimatch 10.2.6Dual
- brace-expansion 5.0.9Dual
- lru-cache 11.5.2Dual
- glob 13.0.6Dual
- eslint-visitor-keys 5.0.1Dual
- yallist 5.0.0Dual
- balanced-match 4.0.4Dual
- js-yaml 5.4.1Dual
Similar popularity
- raf 3.4.1CommonJS
- npmlog 7.0.1CommonJS
- three 0.186.0Dual
- npm 12.0.2CommonJS
- graphql-tag 2.12.7CommonJS
- mocha 12.0.0ESM-only
- html-webpack-plugin 5.6.8CommonJS
- querystring 0.2.1CommonJS