Skip to content

Latest commit

 

History

History
85 lines (54 loc) · 2.53 KB

README.md

File metadata and controls

85 lines (54 loc) · 2.53 KB

DCC + Nuxt 3


This template combines Nuxt 3 - the hybrid Vue framework, with the Decentralchain's blockchain, it allows you to log into your decentral.exchange wallet. You can expand by adding your own functionality from there.


Features

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

  • ⚡️ Vite - Instant HMR

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

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

  • 🌙 Dark mode supported via VueUse/useDark

  • 🚩 Localization (i18n) by typesafe-i18n

  • 🔥 Composition API with <script setup> syntax

  • 🦾 TypeScript

Plugins

Nuxt Modules

  • VueUse - collection of useful composition APIs.
  • UnoCSS - the instant on-demand atomic CSS engine.

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

git clone https://github.com/jourlez/dcc-nuxt3
cd dcc-nuxt3

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Start the development server:

npm run dev