UI for ZTerton services
assets | ||
locales | ||
public | ||
src | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
auto-imports.d.ts | ||
components.d.ts | ||
index.html | ||
LICENSE | ||
netlify.toml | ||
package.json | ||
README.md | ||
tsconfig.json | ||
vite.config.ts | ||
windi.config.ts |
Status interface for ZTerton services
UI for Status for ZTerton Services
Based on Vitesse lightweight version of Vitesse
Dropped Features
LayoutsSSGPWAMarkdown
Features
-
🎨 Windi CSS - next generation utility-first CSS framework
-
🔥 Use the new
<script setup>
style -
🦾 TypeScript, of course
-
☁️ Deploy on Netlify, zero-config
See Vitesse for full featureset.
Pre-packed
UI Frameworks
- Windi CSS (On-demand TailwindCSS) - lighter and faster, with a bunch of additional features!
Icons
- Iconify - use icons from any icon sets 🔍Icônes
unplugin-icons
- using icons as components on-demand
Plugins
- Vue Router
vite-plugin-pages
- file system based routing
unplugin-auto-import
- Directly use Vue Composition API and others without importingunplugin-vue-components
- components auto importvite-plugin-windicss
- Windi CSS integration- VueUse - collection of useful composition APIs
Clone to local
If you prefer to do it manually with the cleaner git history
cd zterton-status
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm