VanillaJS (pure JavaScript) plugin starter.
- Use
npm installcommand to install dependencies. - Execute command
npm run startto run webpack development server and top open preview in the browser. - Execute command
npm run buildto create plugin distribution files in thedistdirectory.