mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-24 11:11:30 +08:00
Update docs and sort content
This commit is contained in:
@ -0,0 +1,23 @@
|
||||
---
|
||||
title: AMD
|
||||
date: 2023-09-27
|
||||
author: KazooTTT
|
||||
tags:
|
||||
- node
|
||||
- amd
|
||||
published: true
|
||||
slug: amd
|
||||
description: >-
|
||||
AMD, or Asynchronous Module Definition, is a JavaScript specification for
|
||||
defining modules where the module and its dependencies can be asynchronously
|
||||
loaded. This is particularly useful for web applications where scripts can be
|
||||
loaded in parallel, improving performance and efficiency.
|
||||
category: 前端
|
||||
toAstro: false
|
||||
---
|
||||
|
||||
# AMD
|
||||
|
||||
[[CommonJS简介]]
|
||||
|
||||
## 什么是 AMD
|
Reference in New Issue
Block a user