Skip to content

Gamer-Tool-Studio/Gamer-Tool-Studio.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/useAuthAPI

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.

_ Happy Coding _

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •