This is the third version of Codetime Web. We've gone through iterations from Vue SPA to Next.js and now to Nuxt.js. We've made the switch from ECharts to Observable Plot.
It's consistent with the code running at https://codetime.dev.
Make sure to install the dependencies:
pnpm installStart the development server on http://localhost:3000:
pnpm run devBuild the application for production:
pnpm run buildLocally preview production build:
pnpm run previewCheck out the deployment documentation for more information.