Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 668 Bytes

readme.md

File metadata and controls

27 lines (21 loc) · 668 Bytes

官网文档

查看项目

项目介绍

本项目是为了学习vue3.0而写的一个组件库,使用typescriptless可以让你快速学习vue3的新特性。项目仅供学习。(请勿在生产环境中使用)

重要概念

1. 数据响应式
2. 组件化
3. 编译
4. 事件、双向绑定、插槽
5. 缓存组件、动画(transition)
6. Vue-Router
9. Vuex

学习笔记

React个人博客

库文件打包步骤

  1. 运行 rollup -c
  2. 得到的 dist/lib 目录就是编译后的库文件所在目录

项目展示

首页 介绍 switch组件