naga-ui
v0.0.1-alpha10
Published
🐲 reusable web components
Readme
🐲 <naga-ui>
A webcomponent made for fun and follows the open-wc recommendation. Created using Lit.
Development
To run a local development server that serves the basic demo located in demo/index.html
# install pre-commit if you don't have it
pre-commit install --hook-type commit-msg
# install deps
yarn install
# start local development server
yarn startTesting with Web Test Runner
To execute a single test run:
yarn run testTo run the tests in interactive watch mode run:
yarn run test:watchPublishing
Make sure you are in main branch and release note has been created first. Then run:
# build the package
yarn build
# publish the naga
yarn publish