基于 Vue.js 开发的一套组件库. :stuck_out_tongue_winking_eye:
![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)
Installation
Install the package in your project directory with:
npm install actionvue --save
yarn add actionvue
Usage
Here is a quick example to get you started.
import Vue from 'vue';
import actionvue from 'actionvue';
Vue.use(actionvue);
Document
具体使用方法请查看 文档
Components
Why Do This
本组件库由个人开发,旨在技术研究,探索如何搭建一个基于 Vue 的组件库,不推荐在生产环境使用。
生产环境中更加推荐市面上现有的成熟的中后台组件库,比如 Element / iview / Vant 等等,在此不一一列举。
同时我也会努力早日将本组件库打磨成可以投入生产环境的优秀组件库。😀
Contributing
如果你遇到什么问题,或者有好的建议,欢迎提 Issues 和 Pull Request
Licence
ActionVue is open source and released under the MIT Licence.
Copyright (c) 2019 wencaizhang