@tonar/vue
v0.3.1
Published
@tonar/vue: Tonar entry for Vue applications with Vue components and general utilities.
Downloads
445
Maintainers
Readme
@tonar/vue
@tonar/vue 是 Tonar 面向 Vue 项目的使用入口,适合在 Vue 应用中使用 Tonar 的 Vue 能力和通用工具函数。
@tonar/vue is the Tonar entry for Vue applications, designed for using Tonar's Vue features and general utilities in Vue projects.
- ✅ 支持 Vue 3+
- ✅ TypeScript 类型支持
- ✅ 仅支持 ESM(不支持 CommonJS)
- ✅ 支持 Tree-shaking
📦 Installation / 安装
npm install @tonar/vue@latest
pnpm add @tonar/vue
yarn add @tonar/vue🚀 Usage / 使用方法
import { SoAuthority, debounce } from '@tonar/vue';📚 Related documentation / 相关文档
具体能力列表请查看真正提供能力的子包 README:
- Vue 组件:
@tonar/vue-kit - 通用工具函数:
@tonar/utils
📝 License / 许可证
MIT © Sonion
欢迎 Pull Requests 和 Issues
源码仓库:https://github.com/sonion028/gonar
