Skip to content
This repository was archived by the owner on Apr 23, 2023. It is now read-only.

cba85/vue3-vuex4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vuex

For demonstration purpose only

Steps

  1. Install VueX in Vue CLI
  2. State and getters (number, numbers and state)
  3. Mutations (generate a random number on click)
  4. Actions (add a random number using API)
  5. Mapping getters, mutations and actions

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.