vee-component

为vue2+开发的一些常用组件库!

Usage no npm install needed!

<script type="module">
  import veeComponent from 'https://cdn.skypack.dev/vee-component';
</script>

README

vee-component 为vue2+开发的一些常用组件库!

downloads install size CDN Version License

如何启动测试用例?

首先安装并启动用例项目:

npm start

然后在浏览器中打开下列地址:

http://127.0.0.1:20000/docs/index.html

开发需知

本项目基本的DOM操作基于xhtml.js,开发中你需要查阅xhtml.js接口文档,如果在使用过程中遇到任何问题请在Issue中提问,包括新增接口等。

特别需要注意的是,如果你认为xhtml.js中需要增加的方法可能只会在当前项目中有益,请直接在此处进行扩展即可!

修改了文档或代码以后,在提交或发布前别忘了进行打包:

npm run build

License

MIT

Copyright (c) 2020 Open-Organize