mpvue-types
TypeScript icon, indicating that this package has built-in type declarations

1.1.201805251800 • Public • Published

mpvue-types

使用 mpvue 开发微信小程序的一些辅助的类型声明

Install

npm i mpvue-types --save-dev

How to Use

add this module in your tsconfig.json

{
    "compilerOptions": {
        "types": [
            "mpvue-types"
        ]
    }
}

add implements to your mpvue page component

then you can get doc tip and autocomplete

Package Sidebar

Install

npm i mpvue-types

Weekly Downloads

1

Version

1.1.201805251800

License

MIT

Unpacked Size

12 kB

Total Files

8

Last publish

Collaborators

  • banxi