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