/vuex-introduction

Vue.js 2 State Management With Vuex - Introduction

Primary LanguageJavaScript

Vue.js 2 State Management With Vuex - Introduction

Sample Application

This is the sample app of the tutorial Vue.js 2 State Management With Vuex - Introduction available on CodingTheSmartWay.com.

Online Course

Check out the online course: Vue.js 2 - The Complete Guide incl. Vuex

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report