Skip to content

joaoffalcao/vuex-coffee

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vuex-coffee

Demo Vuex State Management with Coffee. To start the tutorial, please checkout "starter" branch

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Deploy to Firebase HOsting

yarn run deploy

* take note that it will deploy development version to hosting. This is done on purpose for demo. To disable it, go to `package.json` > `scripts` > `predeploy`, remove the `--mode development`

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

Releases

No releases published

Packages

No packages published

Languages

  • Vue 58.5%
  • JavaScript 37.5%
  • HTML 4.0%