Yay, you finally made it! 🍹🍻 🍾🎉 (Or you just want to see the final working kanban board 😏 ).
In this awesome tutorial series you have learned about data-binding, conditionals & loops, components, routing, & the vuex store. Now you are ready to start working on your own fascinating applications.
(You could of course as well work out this board to better fit your needs ) 😏🖳
# download branch (make sure you are one level above vueTut)
git clone -b origin/exercise/06_finishedApp https://github.com/na018/vue_basics_tut.git vueTut/06_finishedApp && cd vueTut/06_finishedApp
#prerequisite: node.js is installed
node -v #returns for example v8.2.1
# install dependencies
npm i
#start the json mock server (if it's not running already)
node server.js
# run the application (should open a browser window automatically)
npm start
Nadin-Katrin Apel, Alex Schübl, David Bochan
(Awesome that you kept reading til down here)
If you made it till here, what keeps you from developing your own crazy applications with Vue? 😏🎉 -