generator-webcomposer-frontend

A Yeoman Generator for WebComposer that prepares the frontend of the app.

Usage no npm install needed!

<script type="module">
  import generatorWebcomposerFrontend from 'https://cdn.skypack.dev/generator-webcomposer-frontend';
</script>

README

WebComposer Frontend Generator

Yeoman generator for the frontend of a WebComposer app.

Getting Started

$ npm install -g yo                                # Install Yeoman (if you don't have it yet)...
$ npm install -g generator-webcomposer-frontend    # ...then install this generator...
$ yo webcomposer-frontend                          # ...and run it.

How to run test?
Currently, I prefer to run test tasks from npm. Please run this command.

$ npm test

License

MIT