vue-blog

This is an exercise of vue course on Udemy. This include implementation of Composition API and creating Reuseable Composition Function (Composables)

Project Preview

ezgif-5-17b844f1ed

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Start json-server

open new temrinal and execute this command

yarn start:db

Compiles and minifies for production

yarn build