This template incorporates the utilization of Nuxt3, Vuetify, GraphQL, and Pinia to create a robust foundation
The source directory was repositioned to './client' to optimize project structure and facilitate easier integration with other backend frameworks if required.
The template has been pre-configured with state-of-the-art linters like eslint, stylelint, prettier, and commitizen to bolster code legibility and standardization
Make sure to install the dependencies:
pnpm install
Start the development server on http://localhost:3000
pnpm dev
Check out the deployment documentation for more information.