santiagoaloi / logout-and-routing-guards-concept

Simple routing guards, login/logout, basic concept using Pinia

Home Page:https://logout-and-routing-guards-concept.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vuetify Tailwind CSS Vue.js Vite rollup.js Yarn Vercel

Company logo

VueJS 3 / Vuetify 3 / Tailwind 3

Cool features ✨

  • Light/dark mode toggle
  • 404 Layouts and file-based routing
  • Vuetfiy Defaults, icons, themes
  • Pinia Persistence functionality
  • Auto-import components
  • Custom fonts

Git commit specification reference

  • feat add new functions
  • fix Fix issues/bugs
  • perf Optimize performance
  • style Change the code style without affecting the running result
  • refactor Re-factor code
  • revert Undo changes
  • test Test related, does not involve changes to business code
  • docs Documentation and Annotation
  • chore Updating dependencies/modifying scaffolding configuration, etc.
  • workflow Work flow Improvements
  • ci CICD
  • types Type definition
  • wip In development

🚀 CLI commands

# clone
git clone https://github.com/santiagoaloi/logout-and-routing-guards-concept.git

# enter the project directory
cd logout-and-routing-guards-concept

# install dependencies
yarn install

# start the dev web server
yarn dev

# Build and preview on local enviroment
yarn preview

# Build to Dist
yarn build

# Lint the whole codebase
yarn lint

# Format the whole codebase
yarn format

Lifecycle:Experimental

The project is in the very early stages of development. The codebase will be changing frequently.

About

Simple routing guards, login/logout, basic concept using Pinia

https://logout-and-routing-guards-concept.vercel.app/


Languages

Language:JavaScript 59.9%Language:Vue 20.2%Language:CSS 9.8%Language:SCSS 6.9%Language:HTML 3.2%