0.1.1 • Published 5 years ago

ice-scripts-plugin-component v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

ice-scripts-plugin-component

ice-scripts plugin for component development

Features

支持组件模版开发的dev和build

Usage

Install npm:

$ npm i --save-dev ice-plugin-component

Add plugin to ice.config.js:

// ice.config.js
// default is support fusion component, will compile index.scss and style.js
module.exports = {
  plugins: [
    'ice-plugin-component'
  ]
}
// ice.config.js
module.exports = {
  plugins: [
    'ice-plugin-component', { type: 'component' }
  ]
}