Skip to content

krybinski/js-plugin-starter

Repository files navigation

JS Plugin Starter

VanillaJS (pure JavaScript) plugin starter.

Instructions

  • Use npm install command to install dependencies.
  • Execute command npm run start to run webpack development server and top open preview in the browser.
  • Execute command npm run build to create plugin distribution files in the dist directory.