Skip to content

santiagoaloi/simplesign-refactor

Repository files navigation

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

Simplesign logo

Simplesign VueJS/Vuetify v3 Version

Cool features ✨

  • Light/dark mode toggle
  • 404 Layouts and file based routing
  • Vuetfiy Defaults, icons, themes
  • Pinia Persistence functionality
  • Tabs persistence with routing
  • Table search and addons search functionality

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/simplesign-refactor.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