- 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
featadd new functionsfixFix issues/bugsperfOptimize performancestyleChange the code style without affecting the running resultrefactorRe-factor coderevertUndo changestestTest related, does not involve changes to business codedocsDocumentation and AnnotationchoreUpdating dependencies/modifying scaffolding configuration, etc.workflowWork flow ImprovementsciCICDtypesType definitionwipIn development
# 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