```


# 事件
原生事件
[DOM 事件 - Web API | MDN (mozilla.org)](https://developer.mozilla.org/zh-CN/docs/Web/API/Document_Object_Model/Events)
[事件处理 | Vue.js (vuejs.org)](https://cn.vuejs.org/guide/essentials/event-handling.html#event-modifiers)
# 综合案例

# 内存引用

# 工程化开发
[快速上手 | Vue.js (vuejs.org)](https://cn.vuejs.org/guide/quick-start.html)
https://cn.vuejs.org/guide/quick-start.html

```
D:\workspace>npm create vue@latest
Need to install the following packages:
create-vue@3.23.0
Ok to proceed? (y)
```
```shell
Microsoft Windows [版本 10.0.19045.6466]
(c) Microsoft Corporation。保留所有权利。
D:\workspace>npm create vue@latest
Need to install the following packages:
create-vue@3.23.0
Ok to proceed? (y) y
> npx
> create-vue
T Vue.js - The Progressive JavaScript Framework
|
* 请输入项目名称:
| vue-project
—
```


- npm install 安装依赖的包
- npm run dev 启动一个开发服务器(live server)