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

https://github.com/fajarbc/fajarbc.github.io

Github page for @fajarbc
https://github.com/fajarbc/fajarbc.github.io

javascript nuxt nuxtjs vue vuejs

Last synced: about 1 month ago
JSON representation

Github page for @fajarbc

Awesome Lists containing this project

README

          

# Nuxt 3 Minimal Starter

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

## Setup

Make sure to install the dependencies:

```bash
yarn
```

## Development Server

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

```bash
yarn dev
```

## Production

Build the application for production:

```bash
yarn build
```

Locally preview production build:

```bash
yarn preview
```

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