Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 763 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 763 Bytes

vue-demo

主要展示vue学习中的示例demo

目录结构介绍

|-- component.html                   // 组件示例
|-- directive.html                   // 自定义指令示例
|-- examples.html                    // vue实例示例
|-- extend.html                      // 扩展示例
|-- helloworld.html                  // helloworld入门示例
|-- lifecycle.html                   // 生命周期示例
|-- option.html                      // 选项示例
|-- slot.html                        // slot插槽示例
|-- template.html                    // 模板示例
|-- README.md                        // 说明

安装步骤

// 下载本地放到相应服务器直接访问
git clone https://github.com/mm-bt/vue-demo