WoetDev / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 60.3%Language:Vue 32.7%Language:HTML 6.4%Language:CSS 0.6%