Skip to content

santiagoaloi/yup_validation_concept

Repository files navigation

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/yup_validation_concept.git

# enter the project directory
cd simplesign-refactor

# 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.