warrenbell / nuxt-cms

Nuxt CMS Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-cms

Nuxt.js + Netlify CMS project

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build with server-side rendering for production
# and start server
$ npm run build
$ npm start

# generate static project for production
$ npm run generate

See starter template documentation in the README on GitHub for additional usage and configuration.

Edit content

Access yourwebsite.com/admin, e.g. localhost:3000/admin.

About

Nuxt CMS Example


Languages

Language:Vue 52.6%Language:JavaScript 29.5%Language:HTML 17.9%