August 2019
Intermediate to advanced
158 pages
3h 13m
English
Stencil comes with a lot of features to build components. Let's first set up our folder to write a component. You can do so by typing the following command in the Terminal:
npm init stencil
You will be shown a bunch of options, from which you can select the component. On selecting the component option, feel free to enter a name for the project. I chose stenciljs-app. And this would print out an output that looks something like this:
Pick a starter › component
Project name › stenciljs-app All setup in 8.19 s ...
Read now
Unlock full access