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