This repo contains a live-coding course for discover vuejs essential ecosystem with a litte project. We will create a small app that organizes tickets for a developers team.
We will be use :
- Vuejs
- Vue-CLI
- Vuex
- Sortable.js vue component A component from vuejs community
If we will have time :
And some others tools :
- Just use Vuejs from a cdn and discover his assential API
- Organize tickets
- Manage tickets (Filter, Sort, Create, Delete)
-
Use single-file components with Vue-cli webpack template
-
Use vue with Axios for xhr (and json-server for api)
-
Refactoring with vueX
-
Use a a external vuejs component from vuejs community: Vue.sortable
-
Create a new user page with vue-router
-
Refactoring with Nuxt.js
In the begining we will be use http-server
for serve our project in developement
Install it with:
npm install http-server -g
and in project folder run
http-server -c-1