scaffolding tool for stencil compiler
First, install Yeoman and generator-stencil using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-stencil
Then generate your new project:
yo stencil
what does this generator support?
- Stencil Router
- Tests
more coming soon.. check Roadmap
Stencil generator comes with a few sub generators that will help you scaffold faster and easier web-components
- Component generator
yo stencil:component
- Page generator
yo stencil:page
- Sass and PostCSS support
- Stencil Router support
- Test's support
- Automatic intelligent bundling
- Life Cycle Events flag for components
- Adding Events and Event listeners
- Adding Forms
- Improving audit scores
MIT © Akash Gutha