Example code for the 4th class of our training
# 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
Develop a CRUD app using jsonplaceholder /posts
API, VueJS and axios.
- Must use VueJS.
- Must use JSON Placeholder
/posts
and optionally/comments
. - Create your own UI with whatever framework you want.
- Use all 4 CRUD operations.
For a detailed explanation on how things work, check out the guide and docs for vue-loader.