Application for Posts (has all CRUD operations) to store and see your Posts. It uses temporary json-server to store users data.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run buildFor detailed explanation on how things work, consult the docs for vue-loader.