Skip to content

Use this template to create your own winjs plugin 🌟

License

Notifications You must be signed in to change notification settings

winjs-dev/winjs-plugin-template

 
 

Repository files navigation

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.

About

Use this template to create your own winjs plugin 🌟

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 86.0%
  • Vue 13.3%
  • JavaScript 0.7%