/nuxt-netlify-boilerplate

My boilerplate for Nuxt.js on Netlify

Primary LanguageJavaScript

Nuxt on Netlify boilerplate

For VS-Code users

Is suggested to install Vetur, ESlint and Tailwind CSS IntelliSense extensions

What is included

Getting Started

This button will automatically create a copy of this project on your GitHub account and deploy it to Netlify.

Deploy to Netlify

Docker

To run your project locally with Docker just run docker-compose up -d and you have the server running on localhost:3000

Install dependencies

yarn install

Run in local

This will start a hot-reloading server at localhost:3000.

yarn dev

Google Maps

Local development

cp .env.example .env

And put in the .env file your Google API key

Netlify deploy

On the Netlify Site Settings > Build & Deploy > Environment add a variable named GOOGLE_MAPS_KEY and put your API key in.

PS: Remember to restrict your API key

Bootstrapped with create-nuxt-app. There are more detailed explanations of how everything works in the Nuxt.js docs.