1.0.23 • Published 2 months ago

ix-demo v1.0.23

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

Testing

https://open-wc.org/docs/testing/helpers/ https://modern-web.dev/docs/test-runner/commands/#built-in-commands

Scripts

  • start runs your app for development, reloading on file changes
  • start:build runs your app after it has been built using the build command
  • build builds your app and outputs it in your dist directory
  • test runs your test suite with Web Test Runner
  • lint runs the linter for your project