0.0.3 • Published 4 years ago
stt-poc-stenciljs-components v0.0.3
stt-poc-stenciljs-components
Test project for STT
VSCode extensions
Prettier
Dependencies
nvm(e.g. 1.1.9)NodeJS(e.g. 16.10.0)npm(e.g. 8.6.0)StencilJS(npm install @stencil/core@latest --save-exact)
Common StencilJS commands
npm run generatefor creating new componentnpm startStarts the development servernpm run buildBuilds your components/app in production mode.npm testStarts the test runner.
How to publish npm package
- Using the terminal, login to the npm (
npm login) - Enter username & pass
- Change lib version inside the
package.jsonfile ("version": "x.x.x") - Run
npm run build - Run
npm publish