@vue3-oop/taro-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

@vue3-oop/taro-plugin

NPM version

vue3-oop的taro插件,提供了一下功能

  1. 使用ts-loader编译ts
  2. babel配置
  3. 支持vue3-oop
  4. 支持类vue-cli开发模式

如何使用

taro config里面引入

{
  plugins: [
    '@vue3-oop/taro-plugin',
  ]
}

babel.config.js 里面ts设置关闭

presets: [
    [
      'taro',
      {
        framework: 'vue3',
        ts: false,
      },
    ],
]

例子

playground 里面

License

MIT License © 2022 agileago

Readme

Keywords

none

Package Sidebar

Install

npm i @vue3-oop/taro-plugin

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

12.5 kB

Total Files

6

Last publish

Collaborators

  • agileago