Simple Vue app focusing on implementing Vue Composition API.
Use your favorite Javascript package manager to install the dependencies, code below is using npm.
npm installRun the app with:
npm run serveOr build the app to dist folder:
npm run build