What is Vue.js? What tools do you need? What are the benefits? All will be covered here.
A simple approach to building reactive functionality into an existing site, or something new, using just the CDN.
The full suite of tooling and features to build a maintainable single page application, or PWA.
# Clone starter files repo
git clone https://github.com/rbnhmll/vue-workshop.git
# Install Vue CLI
npm install -g @vue/cli
# OR
yarn global add @vue/cli
or download the starter files here