Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dentsusoken/nuxt3-app-sample

Nuxt 3 のサンプルアプリケーションです。
https://github.com/dentsusoken/nuxt3-app-sample

nuxt3 vue

Last synced: about 12 hours ago
JSON representation

Nuxt 3 のサンプルアプリケーションです。

Awesome Lists containing this project

README

        

# Nuxt3 App Sample

![](https://media.shodousercontents.com/task_images/983/cf5ead1a-bce9-4a43-a859-bf1e9064bc85.gif)

# The Cat API

This app calls The Cat API.

> https://thecatapi.com/

## 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
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.