winjs-plugin-example
v0.0.1
Published
Example plugin for WinJS.
Downloads
139
Readme
winjs-plugin-example
Example plugin for WinJS.
Usage
Install:
npm add winjs-plugin-example -D
Add plugin to your .winrc.ts
:
// .winrc.ts
export default {
plugins: ['winjs-plugin-example'],
// 开启配置
example: {}
};
Options
foo
Some description.
- Type:
string
- Default:
undefined
- Example:
export default {
plugins: ['winjs-plugin-example'],
// 开启配置
example: {
foo: 'bar'
}
};
License
MIT.