Skip to content

Starter template for a Vue 3 project using Vuex for state management

License

Notifications You must be signed in to change notification settings

MichaelCurrin/vue-vuex-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Vuex Quickstart

Starter template for a Vue 3 project using Vuex for state management

GitHub tag License

Made with Node.js

Package - vue Package - vuex

Preview


Use this template

About

This project shows what code is needed to turn a plain Vue app into one that uses Vuex for state management.

In particular, see this file, which is not in a standard Vue app.

For more info, see Vuex resources.

The Vue CLI was used generate the base files for this template:

$ vue create my-app

Vue 3 and Vuex were chosen. Linting, formatting and Babel were turned off.

Resources

For a set up without Vuex, see Vue Quickstart:

  • MichaelCurrin - vue-quickstart

To learn more about Vue and Vuex, see Vue resources.

Installation

$ yarn install

Usage

$ yarn start

Open the browser at:

License

Released under MIT by @MichaelCurrin.