rollup-plugin-ng-template

0.0.1 • Public • Published

rollup-plugin-ng-template

angular1 rollup 引入模板

使用

 yarn add rollup-plugin-ng-template -D

demo

import html from 'rollup-plugin-ng-template'
 
export default {
  entry: 'src/index.js',
  dest: 'dist/index.js',
  plugins: [
    html()
  ]
}

Options

  {
    include: '**/*.html',
    exclude: '',
    // ng模块 默认是 ng  其他的 请先声明
    module: 'xx.tpl'
  }

最后ng1 已经是过去式了, 如果可以升级 到ng2 或者换到 vue2

Readme

Keywords

none

Package Sidebar

Install

npm i rollup-plugin-ng-template

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • ddxjs