alphardex/aqua.vue: An elegant UI framework based on aqua.css.
2020-05-03 16:50:53 Author: github.com(查看原文) 阅读量:667 收藏

Version Documentation Twitter: alphardex007

An elegant UI framework based on aqua.css.

🏠 Homepage

安装

通过 npm 安装

npm i @alphardex/aqua.vue -S

通过 cdn 引用

<link
  rel="stylesheet"
  type="text/css"
  href="https://cdn.jsdelivr.net/gh/alphardex/aqua.vue/dist/aqua-vue.css"
/>
<script
  src="https://cdn.jsdelivr.net/gh/alphardex/aqua.vue/dist/aqua-vue.umd.js"
/></script>

特点

易用

只要有Vue.js的基础知识就能轻松上手本框架

易定制

通过prop和CSS变量可以轻松定制组件

有学习价值

通过与aqua.css结合,注重原生HTML的开发体验

Author

👤 alphardex

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator


文章来源: https://github.com/alphardex/aqua.vue
如有侵权请联系:admin#unsafe.sh