Go to file
dependabot[bot] 68f3be737c
build(deps-dev): bump vite from 4.5.1 to 4.5.2
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 22:10:10 +00:00
.github/workflows feat: initial commit 2023-12-19 18:43:42 +01:00
.vscode feat: initial commit 2023-12-19 18:43:42 +01:00
components feat: fix images 2024-01-10 10:45:39 +01:00
composables feat: initial commit 2023-12-19 18:43:42 +01:00
layouts feat: initial commit 2023-12-19 18:43:42 +01:00
pages fix: typecheck 2023-12-22 14:07:51 +01:00
public feat: initial commit 2023-12-19 18:43:42 +01:00
server/api feat: initial commit 2023-12-19 18:43:42 +01:00
types feat: initial commit 2023-12-19 18:43:42 +01:00
.eslintrc feat: initial commit 2023-12-19 18:43:42 +01:00
.gitignore feat: initial commit 2023-12-19 18:43:42 +01:00
.npmrc feat: initial commit 2023-12-19 18:43:42 +01:00
README.md feat: initial commit 2023-12-19 18:43:42 +01:00
app.vue feat: add seo, title,img,desc 2023-12-22 14:02:31 +01:00
nuxt.config.ts feat: initial commit 2023-12-19 18:43:42 +01:00
package.json feat: initial commit 2023-12-19 18:43:42 +01:00
pnpm-lock.yaml build(deps-dev): bump vite from 4.5.1 to 4.5.2 2024-01-19 22:10:10 +00:00
tsconfig.json feat: initial commit 2023-12-19 18:43:42 +01:00
unocss.config.collections.ts feat: initial commit 2023-12-19 18:43:42 +01:00
unocss.config.ts feat: initial commit 2023-12-19 18:43:42 +01:00

README.md

Develit.io Nuxt Starter Template

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 (Iconify) in Pure CSS, powered by UnoCSS.

  • 🔥 The <script setup> syntax.

  • 🍍 State Management via Pinia

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

  • 🏎 Zero-config cloud functions and deploy (Cloudflare Page preset).

  • 🦾 TypeScript, of course.

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.
  • DevTools - Unleash Nuxt Developer Experience. Vue.

IDE

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