rv-builder
TypeScript icon, indicating that this package has built-in type declarations

1.0.32 • Public • Published

rv-builder

编译vue,react,ts

编译后代码可直接使用

使用(执行rvb --options)

rvb --esm -> esmodule

rvb --cjs -> commonjs

配置

项目根目录rv.config.js或rv.config.json传入配置项

{
    "src": './tmp',
    "dist": './dist',
    "alias": {
        "source": "'target'"
    }
}

style支持

目前只支持less

Readme

Keywords

none

Package Sidebar

Install

npm i rv-builder

Weekly Downloads

6

Version

1.0.32

License

MIT

Unpacked Size

72.6 kB

Total Files

73

Last publish

Collaborators

  • liqiyuan