JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 293
  • Score
    100M100P100Q89465F

Package Exports

  • @ant-design-vue/use

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ant-design-vue/use) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@ant-design-vue/use

Vue 3 Composition Api Library.

[![NPM version][image-1]][1] [![NPM downloads][image-2]][2]

✨ 特性

  • 易学易用
  • 包含大量提炼自应用的高级 use 工具。(持续补充中)
  • 包含丰富的基础 use 工具。(持续补充中)
  • 使用 TypeScript 构建,提供完整的类型定义文件。

📦 安装

npm i @ant-design-vue/use --save

🔨 使用

import { useForm } from '@ant-design-vue/use';

🤝 参与贡献

$ git clone git@github.com:vueComponent/use.git
$ cd use
$ npm i
$ npm run dev

打开浏览器访问 http://127.0.0.1:8080