A nimble Mastodon web client
Go to file
Anthony Fu 9cc837f5df chore: polyfill querystring 2022-11-14 11:45:20 +08:00
.vscode feat: use masto client 2022-11-14 10:20:07 +08:00
components feat: media grid 2022-11-14 11:33:09 +08:00
composables feat: use masto client 2022-11-14 10:20:07 +08:00
layouts feat: media grid 2022-11-14 11:33:09 +08:00
pages feat: media grid 2022-11-14 11:33:09 +08:00
plugins feat: use masto client 2022-11-14 10:20:07 +08:00
server/api chore: init 2022-11-13 13:34:43 +08:00
styles feat: styling 2022-11-14 00:05:32 +08:00
.env.example feat: styling 2022-11-14 00:05:32 +08:00
.eslintrc chore: init 2022-11-13 13:34:43 +08:00
.gitignore chore: init 2022-11-13 13:34:43 +08:00
.npmrc chore: init 2022-11-13 13:34:43 +08:00
.stackblitzrc chore: init 2022-11-13 13:34:43 +08:00
README.md chore: init 2022-11-13 13:34:43 +08:00
app.vue feat: styling 2022-11-14 00:05:32 +08:00
html.d.ts chore: init 2022-11-13 13:34:43 +08:00
netlify.toml chore: init 2022-11-13 13:34:43 +08:00
nuxt.config.ts chore: polyfill querystring 2022-11-14 11:45:20 +08:00
package.json chore: polyfill querystring 2022-11-14 11:45:20 +08:00
pnpm-lock.yaml chore: polyfill querystring 2022-11-14 11:45:20 +08:00
tsconfig.json chore: init 2022-11-13 13:34:43 +08:00
unocss.config.ts feat: styling 2022-11-14 10:56:48 +08:00

README.md

Vitesse for Nuxt 3


🧪 Working in Progress


🖥 Online Preview

Features

  • 💚 Nuxt 3 - SSR, ESR, File-based routing, components auto importing, modules, etc.

  • Vite - Instant HMR

  • 🎨 UnoCSS - The instant on-demand atomic CSS engine.

  • 😃 Use icons from any icon sets in Pure CSS, powered by UnoCSS

  • 🔥 The <script setup> syntax

  • 🍍 State Management via Pinia, see ./composables/user.ts

  • 📑 Layout system

  • 📥 APIs auto importing - for Composition API, VueUse and custom composables.

  • 🏎 Zero-config cloud functions and deploy

  • 🦾 TypeScript, of course

Plugins

Nuxt Modules

  • VueUse - collection of useful composition APIs.
  • ColorMode - dark and Light mode with auto detection made easy with Nuxt.
  • UnoCSS - the instant on-demand atomic CSS engine.
  • Pinia - intuitive, type safe, light and flexible Store for Vue.

IDE

We recommend using VS Code with Volar to get the best experience (You might want to disable Vetur if you have it).

Variations

Try it now!

Online

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit antfu/vitesse-nuxt3 my-nuxt3-app
cd my-nuxt3-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm