Vue Getting Started. A step-by-step learning app that teaches you how to build websites with Vue.

github.com/johnpapa/vue-getting-started

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

November 2019
  • new peacock setting
October 2019
  • pass id instead of hero or villain object when firing delete mutation…
  • Update README.md
  • Bump eslint-utils from 1.4.0 to 1.4.2 in /xx-final/vue-heroes (#10)
  • Bump eslint-utils in /02-getting-started/end/vue-heroes (#11)
  • Bump eslint-utils in /05-interacting-within-a-component/end/vue-heroe…
  • Bump eslint-utils in /05-interacting-within-a-component/begin/vue-her…
  • Bump eslint-utils in /06-component-communication/begin/vue-heroes (#14)
  • Bump eslint-utils in /07-accessing-data/end/vue-heroes (#15)
  • Bump eslint-utils from 1.4.0 to 1.4.2 in /08-routing/end/vue-heroes (…
  • Bump eslint-utils from 1.4.0 to 1.4.2 in /08-routing/begin/vue-heroes…
  • Bump eslint-utils in /09-managing-state/end/vue-heroes (#18)
September 2019
  • When firing the mutation for deleting a hero, passss the hero object.
August 2019
  • final tweaks for await
  • await the delete
  • cleaned up 09 begin
  • added lodash for cloneDeep (better than shallow). changed to push fro…
  • removing unused getters in components
  • clone the hero/villain in the component after getting it from state, …
  • updating strict mode