winjs-plugin-example
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

winjs-plugin-example

Example plugin for WinJS.

npm version license downloads

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.

Readme

Keywords

none

Package Sidebar

Install

npm i winjs-plugin-example

Weekly Downloads

8

Version

0.0.1

License

MIT

Unpacked Size

5.97 kB

Total Files

6

Last publish

Collaborators

  • winner-fed