Giter VIP home page Giter VIP logo

nuxtjs-website-boilerplate's Introduction

Nuxt.js Website Boilerplate

nuxtjs-website-boilerplate A website template that satisfies some common website requirements including dynamic pages, blog articles, author management, SEO ability, contact form and website search. Contributions welcome!

Demo

Click here to view the demo

Read how this app was built

Features

  1. Fully responsive down to mobile w/ Bootstrap frontend
  2. SEO ready
  3. A contact form that sends an email to your email(s) of choice and to Cosmic JS for easy reference
  4. Full-site search functionality
  5. All content is easily managed in Cosmic JS including pages, blog and contact info.

Sign up for Cosmic JS to install the demo content and deploy this website.

Getting Started

git clone https://github.com/cosmicjs/nuxtjs-website-boilerplate
cd nuxtjs-website-boilerplate
npm install

# Run in development and serve at localhost:3000
npm run dev

# build for production
npm run build

# Run in production and serve at localhost:3000
COSMIC_BUCKET=your-bucket-slug npm start

Configure Contact Form

Cosmic Functions make it easy to process your contact form securely.

Configure locally

To configure locally, you can hard code your environment variables in nuxt.config.js:

env: {
  SENDGRID_ENDPOINT: process.env.SENDGRID_ENDPOINT, // edit this to your Cosmic Function endpoint
  SENDGRID_TO: process.env.SENDGRID_TO // edit this to your email address
}

Configure on the Cosmic App Server:

After you deploy your app follow these steps to configure SendGrid to send the contact form submission:

  1. Go to Your Bucket > Settings > Functions and add the SendGrid Function.
  2. Go to Your Bucket > Settings > Web Hosting and click 'Set Environment Variables' tab and save the following variables:
Key Value
SENDGRID_ENDPOINT Your SendGrid function endpoint
SENDGRID_TO The email(s) that will receive the contact form submission (comma-separated)

nuxtjs-website-boilerplate's People

Contributors

zubairhasrat avatar tonyspiro avatar waqasarshad777 avatar

Watchers

athiwatp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.