Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 1.82 KB

README.md

File metadata and controls

68 lines (51 loc) · 1.82 KB



Vuetify3




English | 简体中文| 日本語

Introduction

This tool is designed to mimic Window's Screen Styler, but its application in a browser context is uncertain. It can be used as a super customization tool for aesthetic purposes.

Preview

Vuetify3

Vuetify3

Features

  • ⚡️ Vue 3
  • ⚡️ Vite
  • ⚡️ UI Framework Vuetify 3
  • ⚡️ TypeScript
  • 📦 Component Auto Importing
  • 🍍 Pinia
  • 🍍 pinia-plugin-persist for state persisting
  • ⚡️ <script setup>
  • ⚡️ Use icons from any icon sets in Iconify
  • ☁️ Deploy on Netlify, zero-config
  • ☁️ Responsive multi-platform adaptive
  • ⚡️ Internationalization (i18n)
  • ⚡️ Dark Light mode
  • ⚡️ Themecolor change
  • ⚡️ Vue3-perfect-scrollbar

Try it now!

https://github.com/yangjiakai/vuetify3-screenStyler.git

cd vuetify3-screenStyler

npm install

npm run dev

Api requests

regarding API requests, my example uses the unsplash API.

You need to go to the unsplash developer platform and apply for your own ACCESS_KEY.

https://unsplash.com/oauth/applications

Then, create a new .env.local file locally.

Add VITE_UNSPLASH_ACCESS_KEY = your own Access Key