/woetflow-demo-user-input-vuex-state

Demo app that shows how to bind user input to the Vuex state using either v-model with computed setters or using the input event with value bindings.

Primary LanguageJavaScript

user-input-vuex-state-demo

Blog post

This repository is the demo code used in this blog post on Woet Flow

Project init features

  • Babel
  • Router: Hash mode
  • Vuex
  • CSS pre-processor: Sass/SCSS
  • Linter / Formatter: ESLint + Prettier
  • Config for Babel, PostCSS, ESLint, etc.: in dedicated config files

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.