Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 600 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 600 Bytes

nuxt-netlify-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.