
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
基于 Vue.js 开发的一套组件库. :stuck_out_tongue_winking_eye:
Install the package in your project directory with:
# with npm
npm install actionvue --save
# or yarn
yarn add actionvue
Here is a quick example to get you started.
// src/main.js
import Vue from 'vue';
import actionvue from 'actionvue';
Vue.use(actionvue);
具体使用方法请查看 文档
本组件库由个人开发,旨在技术研究,探索如何搭建一个基于 Vue 的组件库,不推荐在生产环境使用。
生产环境中更加推荐市面上现有的成熟的中后台组件库,比如 Element / iview / Vant 等等,在此不一一列举。
同时我也会努力早日将本组件库打磨成可以投入生产环境的优秀组件库。😀
如果你遇到什么问题,或者有好的建议,欢迎提 Issues 和 Pull Request
ActionVue is open source and released under the MIT Licence.
Copyright (c) 2019 wencaizhang
FAQs
UI components Base on vue.js
We found that actionvue demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.