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
- Host: GitHub
- URL: https://github.com/amrikarisma/nuxt-cms
- Owner: amrikarisma
- Created: 2022-02-11T15:02:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T02:09:52.000Z (almost 4 years ago)
- Last Synced: 2025-01-15T07:36:26.843Z (over 1 year ago)
- Topics: cms, nuxt, nuxt3, nuxtjs, vue, vuejs, vuejs3
- Language: Vue
- Homepage: https://nuxt-cms-amrikarisma.vercel.app
- Size: 824 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```