Skip to content

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.

Notifications You must be signed in to change notification settings

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

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published