Skip to content

santiagoaloi/scroll-persistence-concept

Repository files navigation

/_ eslint-disable _/

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

Company logo

VueJS 3 / Vuetify 3 / Tailwind 3

Scroll Persistence Concept

Cool features ✨

  • Light/dark mode toggle
  • 404 Layouts and file-based routing
  • Vuetfiy Defaults, icons, themes
  • Pinia Persistence functionality
  • Auto-import components
  • Custom fonts

Relevant files

App (root)
└─ composables
   └─ vmain-scroll.js
└─ layouts
   └─ default.vue
└─ stores
   └─ appStore.js
└─ pages
   └─ homepage
   └─ playground

🚀 CLI commands

# 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

Lifecycle:Experimental

The project is in the very early stages of development. The codebase will be changing frequently.