Refactor of jQuery quiz flow using Vue+Vuex
A Vue.js project
-
Open terminal/command prompt.
-
Change the current working directory to the location where you want the cloned directory to be made.
-
Type git clone, and then paste the git repo URL.
$ git clone https://github.com/RXMG/vue-vuex-flow.git
-
Press Enter. Your local clone will be created.
Navigate to the root directory.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.