- Light/dark mode toggle
- 404 Layouts and file-based routing
- Vuetfiy Defaults, icons, themes
- Pinia Persistence functionality
- Auto-import components
- Custom fonts
feat
add new functionsfix
Fix issues/bugsperf
Optimize performancestyle
Change the code style without affecting the running resultrefactor
Re-factor coderevert
Undo changestest
Test related, does not involve changes to business codedocs
Documentation and Annotationchore
Updating dependencies/modifying scaffolding configuration, etc.workflow
Work flow Improvementsci
CICDtypes
Type definitionwip
In 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.