Skip to content
forked from Gomah/bluise

🍄 Bluise - A Nuxt.js & Netlify CMS boilerplate.

License

Notifications You must be signed in to change notification settings

SHOPMACHER/bluise

 
 

Repository files navigation

Deploy to Netlify

Bluise - A Nuxt.js & Netlify CMS boilerplate.

I wanted to explore Netlify CMS & Tailwind CSS, ended up creating this boilerplate.

So far we've got:

Few things I'd like to add in the future:

  • Contact form under _slug.
  • Dynamic sections/widgets.
  • Responsive CSS markdown.
  • Tests

Quickstart

Prerequisites

# ensure you have the prerequisites
# install
brew install node && brew install yarn

# OR update
brew update && brew upgrade && brew install yarn

# install dependencies
yarn install

# serve with hot reload at localhost:3000
yarn dev

# build for production with minification
yarn generate

# run all tests
yarn test

Using Netlify CMS

  1. Deploy to Netlify.
  2. Enable Identity under Settings.
  3. Configure registration preferences & external providers if needed.
  4. Enable Git Gateway.

Note: You'll need to specify the Netlify URL when browsing the admin page locally.

Deployment

Google App Engine

Build for production

yarn generate

Authenticate on right Google Cloud project

gcloud init

Select right username and switch to right project

shopmacher-labs

Deploy on App Engine

gcloud app deploy

About

🍄 Bluise - A Nuxt.js & Netlify CMS boilerplate.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 53.7%
  • TypeScript 23.4%
  • JavaScript 11.7%
  • CSS 7.7%
  • HTML 3.5%