Go to file
MufCZ c249e433bc
Merge pull request #18 from web3privacy/dk/v2-dataset-mock
dk/v2-dataset-mock
2024-09-11 14:39:17 +02: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 chore(eslint): update eslint rules 2024-09-02 15:13:43 +02:00
composables fix: lint 2024-06-27 19:00:42 +08:00
layouts chore(eslint): update eslint rules 2024-09-02 15:13:43 +02:00
pages chore(eslint): update eslint rules 2024-09-02 15:13:43 +02:00
public Optimize web3privacy_eye image 2024-01-30 10:36:43 +01:00
server feat(server-data): mock new dataset on server 2024-09-11 08:50:39 +02:00
types chore(eslint): update eslint rules 2024-09-02 15:13:43 +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
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
eslint.config.mjs chore(eslint): update eslint rules 2024-09-02 15:13:43 +02:00
nuxt.config.ts chore(update): update pnpm & packages, switch to @nuxt/eslint 2024-09-02 14:50:56 +02:00
package.json chore(update): update pnpm & packages, switch to @nuxt/eslint 2024-09-02 14:50:56 +02:00
pnpm-lock.yaml chore(update): update pnpm & packages, switch to @nuxt/eslint 2024-09-02 14:50:56 +02: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).