初級 免費 ⏱ 25:00

Chapter 12: Modules, ESM, and Build Tools

Organizing code with ES Modules, understanding Import Maps, and using modern build tools like Vite and Biome.

JavaScriptBuild

Modules, ESM, and Build Tools

Large applications require structure. Learn how to split your code into modules and use build tools to prepare it for production.

Key Topics

  • import and export (Default vs Named)
  • Dynamic imports (import()) for code splitting
  • Import Maps: Using modules without a bundler
  • Intro to Vite and Biome for linting/formatting