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

https://github.com/amrikarisma/nuxt-cms

Trying to make CMS with NuxtJs 3 Beta
https://github.com/amrikarisma/nuxt-cms

cms nuxt nuxt3 nuxtjs vue vuejs vuejs3

Last synced: about 2 months ago
JSON representation

Trying to make CMS with NuxtJs 3 Beta

Awesome Lists containing this project

README

          

# Trying to make CMS with Nuxt.js 3 Beta

Deploy your [Nuxt.js](https://nuxtjs.org) project.

_Live Demo: https://nuxt-cms-amrikarisma.vercel.app_

## Setup

Install the dependencies:

```bash
yarn install
```

## Development

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

```bash
yarn dev
```

## Deploy Your Own

Build the application for production:

```bash
yarn build
```