This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@zhlix/vue-development-tools
TypeScript icon, indicating that this package has built-in type declarations

2.1.1 • Public • Published

示例

import { ApisType, createApi } from '@zhlix/vue-development-tools/dist/api'
import * as ApiList from './apis'

export default createApi(ApiList)

declare module '@vue/runtime-core' {
  interface IApi extends ApisType<typeof ApiList> {}
  export interface ComponentCustomProperties {
    $apis: IApi
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @zhlix/vue-development-tools

Weekly Downloads

6

Version

2.1.1

License

MIT

Unpacked Size

20.8 kB

Total Files

15

Last publish

Collaborators

  • zhlix