Example plugin for WinJS.
Install:
npm add winjs-plugin-example -DAdd 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.