Web Components demo with monorepo
Yarn 2 binary is installed in this repo, so you don't have to change yarn version in your machine. You can run yarn script list below directly.
$ yarn install
Do this in the project root.
$ yarn workspace @web-components-demo/components build
You must build component artifacts for the first time you use this demo.
$ yarn workspace @web-components-demo/vue-example serve
$ yarn workspace @web-components-demo/vanillajs-example start
Open browser to see the results.