- Light/dark mode toggle
- 404 Layouts and file-based routing
- Vuetfiy Defaults, icons, themes
- Pinia Persistence functionality
- Auto-import components
- Custom fonts
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/simple-boilerplate.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 The project is in the very early stages of development. The codebase will be changing frequently.