canirequire

canirequireDual (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.

Latest
3.5.42 (Aug 27, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
3.5.42
Native ESM since
2.7.0
TypeScript types
Bundled
Node engines
not declared
Weekly downloads
13.8M
License
MIT

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.

Runtimerequire("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).

VersionsFormatFirst published
3.4.22 – 3.5.42Dual (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

Similar popularity