Is suggested to install Vetur, ESlint and Tailwind CSS IntelliSense extensions
- Tailwind CSS
- ESLint
- Prettier
- SASS
- Nuxt Gmaps
This button will automatically create a copy of this project on your GitHub account and deploy it to Netlify.
To run your project locally with Docker just run docker-compose up -d
and you have the server running on localhost:3000
yarn install
This will start a hot-reloading server at localhost:3000
.
yarn dev
cp .env.example .env
And put in the .env
file your Google API key
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.