This is my hello world app in vuejs, this app is for learning, the app includes components, Form input and check boxes with v-model, lists (arrays) with v-for, methods, click event on button, reactivity with computed method, reactivity with reactive and ref methods. The result of the app http://ismendoza.epizy.com
npm install
npm run serve
npm run build
npm run lint