A consideration for deployment is that this is an SPA (single page application) and therefore will require a simple server-side configuration change in the case of a page refresh.
npm install
npm run serve
npm run build
npm run lint
A consideration for deployment is that this is an SPA (single page application) and therefore will require a simple server-side configuration change in the case of a page refresh.
npm install
npm run serve
npm run build
npm run lint