Vue composition API vs options API This project compares the difference between options API and composition API. The full project implementation can be followed on medium Project setup npm install Run the Vue dev server (http://localhost:8080) npm run serve Compiles and minifies for production npm run build