burakturkis / vuetify-nuxt3-scss-pinia-boilerplate-02.2023

Nuxt 3, Scss, Pinia, Vuetify Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt 3 Minimal Starter (Typescript) / Vuetify 3.1.3

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

Required node version: >=19.0.0

Basic middleware was added to project for auth. You can use it as a template for your own middleware.

Auth middleware control in /composables/useAuth

Pinia was implemented in /store folder.

2 Layouts added (default, auth).

Vuetify v3.1.3 was implemented.

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.

## Any questions? Reach out to me on ugur@burakturkis.com

Buy me a coffee

Buy me a Coffee

*** Happy Coding ***

About

Nuxt 3, Scss, Pinia, Vuetify Boilerplate


Languages

Language:Vue 77.0%Language:TypeScript 13.4%Language:SCSS 7.4%Language:JavaScript 2.2%