Boilerplate for Express + Vue 3 with Typescript & Composition API
Inside components/ folder you will find 2 different examples; one for using frontend part with Composition API and one for using it with Options API
Feel free to send PR 🎉
npm run serve to run both client & server project concurrently
npm run build to build both client & server project to dist/
npm run dev:client to run client project.
npm run dev:server to run server project.
npm run build:client to build client project.
npm run build:server to build server project.