@atomicservice/ascf-toolkit-hvigor-plugin

1.0.0 • Public • Published

ascf-toolkit-hvigor-plugin

ASCF Toolkit的hvigor插件,实现自动编译ASCF项目。

安装使用

1、修改 hvigor/hvigor-config.json5 增加 dependencies 依赖。

{
  "dependencies": {
    "@atomicservice/ascf-toolkit-hvigor-plugin": "*"
  }
}

2、hvigorfile.ts 使用插件

import { appTasks } from '@ohos/hvigor-ohos-plugin';
import ascfPlugin from '@atomicservice/ascf-toolkit-hvigor-plugin';

export default {
  system: appTasks,  
  plugins:[ascfPlugin()]         
}

Readme

Keywords

none

Package Sidebar

Install

npm i @atomicservice/ascf-toolkit-hvigor-plugin

Weekly Downloads

68

Version

1.0.0

License

Apache-2.0

Unpacked Size

27 kB

Total Files

6

Last publish

Collaborators

  • atomicservice