This is a basic Vue.js demo that is based upon https://codepen.io/steinbring/pen/LYyPjmM but uses the Vue CLI. It is meant to show basics of binding, watchers, computed properties, and how to include a library (Buefy) to a vue-cli app.
Demo Site: https://vue-demo.jws.app/
Note: The demo site is driven by the main branch, using render. Updates to the main branch trigger the build command yarn build.
npm install
npm run serve
npm run build
npm run lint