generator-web-modules
v2.0.1
Published
A Yeoman Generator for creating websites with TypeScript, Sass and ES6 modules
Downloads
14
Maintainers
Readme
generator-web-modules
A Yeoman Generator for creating websites with TypeScript, Sass, ESLint, Web Components and JavaScript Modules
Installation
First, install Yeoman and generator-web-modules
using npm (we assume you have pre-installed node.js).
npm install -g yo generator-web-modules
Then generate your new project:
mkdir my-project
cd my-project
yo web-modules
See my-project/README.md
for information on working with your new project.
You can add a new web component any time with the subgenerator. A preceeding path is optional. Element
will be appended to the name given so don't include that yourself.
yo web-modules:element [optional/path/to/]todo-panel
License
ISC © Gary Bortosky