Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 272 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 272 Bytes

Template Plugin: Colors

This is an example of building a simple plugin inside Composer.

Running

Run the app with npm:

npm install
npm run serve

Building

Build the app to the out folder:

npm run build