Find a file
2024-09-24 12:17:57 +02:00
.github/workflows chore:(ci): update github workflow 2024-09-17 16:13:49 +02:00
.vscode feat: initial commit 2023-12-19 18:43:42 +01:00
components fix(detail): remove hardcoded data 2024-09-24 12:14:06 +02:00
composables feat(sunset): add and fix sunset logic 2024-09-23 21:14:59 +02:00
layouts feat(projects-listing): fix spacing and remove excess console log on site 2024-09-23 21:15:37 +02:00
pages fix: project data save 2024-09-20 12:06:54 +02:00
public Optimize web3privacy_eye image 2024-01-30 10:36:43 +01:00
server fix(hardcoded data) 2024-09-20 14:25:55 +02:00
types fix(rating): boolean conditions 2024-09-20 12:13:27 +02:00
utils feat(mobile): update rating to support mobile and some more mobile adjustments 2024-09-18 20:46:47 +02: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
app.vue feat: add seo, title,img,desc 2023-12-22 14:02:31 +01:00
eslint.config.mjs chore(eslint): update eslint rules 2024-09-02 15:13:43 +02:00
nuxt.config.ts feat(datasource): update runtime config for datasource option 2024-09-20 12:51:59 +02:00
package.json chore(update): update pnpm 2024-09-23 21:14:34 +02:00
pnpm-lock.yaml feat(mobile): update rating to support mobile and some more mobile adjustments 2024-09-18 20:46:47 +02:00
README.md feat: initial commit 2023-12-19 18:43:42 +01:00
tsconfig.json feat: initial commit 2023-12-19 18:43:42 +01:00
unocss.config.collections.ts feat(project-detail): redesign detail 2024-09-12 08:41:48 +02:00
unocss.config.ts Merge remote-tracking branch 'origin/v3' into dw/form 2024-09-18 10:48:08 +02:00

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).