Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 894 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 894 Bytes

Nuxt 3 / Vuetify / Graphql / Pinia Starter

This template incorporates the utilization of Nuxt3, Vuetify, GraphQL, and Pinia to create a robust foundation

To learn more, you can check out:

-Nuxt 3 documentation

-Vuetify 3 documentation

-GraphQL documentation

-Pinia documentation

Linters

The template has been pre-configured with state-of-the-art linters like eslint, stylelint, prettier, and commitizen to bolster code legibility and standardization

Setup

Make sure to install the dependencies:

pnpm install

Development Server

Start the development server on http://localhost:3000

pnpm dev

Check out the deployment documentation for more information.