An open API service indexing awesome lists of open source software.

https://github.com/savyjs/digimarket-nuxt


https://github.com/savyjs/digimarket-nuxt

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Nuxt 3 Minimal Starter

Demo: [diginuxt.savyjs.com](https://diginuxt.savyjs.com)

Document: [digimarket.savyjs.com](https://digimarket.savyjs.com)

Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.

## Setup

Make sure to install the dependencies:

```bash
# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist
```

## Development Server

Start the development server on http://localhost:3000

```bash
npm run dev
```

## Production

Build the application for production:

```bash
npm run build
```

Locally preview production build:

```bash
npm run preview
```

Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment) for more information.

## link-tree

- Document : [Digimarket - Install And Usage Guide](https://digimarket.savyjs.com) [ [(Repository)](https://github.com/savyjs/digimarket) ]
- Kit for Tailwind (Repository): [savyjs/digimarket-tailwind](https://github.com/savyjs/digimarket-tailwind)
- Nuxt Layer (Repository): [savyjs/digimarket-nuxt-layer](https://github.com/savyjs/digimarket-nuxt-layer) [ [(NPM)](https://www.npmjs.com/package/digimarket-nuxt-layer) ]
- Nuxt 3 Layer: [Digimarket - Pages](https://diginuxt.savyjs.com) [ [(Repository)](https://github.com/savyjs/digimarket-nuxt-layer) ]
- Nuxt 3 Layer Fixture: [Digimarket - Fixture Demo and Pages](https://diginuxt-fixture.savyjs.com) [ [(Repository)](https://github.com/savyjs/digimarket-nuxt) ]