Skip to content

A demo plugin that starts with the wp-scripts package and builds its way up

Notifications You must be signed in to change notification settings

happyprime/wp-scripts-demo-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WP Scripts Demo Plugin

This is an exploration of how we can use the @wordpress/wp-scripts package when building blocks.

Setup: npm install

Use:

  • npm start to start a dev environment that watches JS changes and rebuilds.
  • npm run build to build JS files into build/index.js.
  • npm run lint:js to lint JS files in src/.
  • npm run lint:css to lint CSS files in src/.

See:

About

A demo plugin that starts with the wp-scripts package and builds its way up

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published