sumeetsarkar / simple-vue

A very simple web app to learn Vuejs basic & core concepts

Home Page:https://sumeetsarkar.github.io/simple-vue/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Vue + Vuex

A very simple web app to learn Vuejs & Vuex concepts

Goal of this web app is to understand Vuejs concepts in a concise and meaningful web application. Something which is a little more than Hello World but also much less than a complicated web app :)

Getting Started

$ npm install && npm start

Topics covered in Vue

  1. Vue instance
  2. Lifecyle methods
  3. v-bind, v-model, v-show
  4. data, watch, methods, computed
  5. Components
  6. Props

Topics covered in Vuex

  1. Vuex Store instance
  2. State
  3. Mutations
  4. Actions

About

A very simple web app to learn Vuejs basic & core concepts

https://sumeetsarkar.github.io/simple-vue/

License:MIT License


Languages

Language:HTML 95.5%Language:JavaScript 4.5%