Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maccali/Brain-Nuxt.WEB
🔥🦕 BrainNuxt is a Boilerplate based in NuxtJS
https://github.com/maccali/Brain-Nuxt.WEB
axios boilerplate dotenv eslint fontawesome jest nuxt nuxtjs prettier pwa seo serverside-rendering spa ssr static-site vue
Last synced: 16 days ago
JSON representation
🔥🦕 BrainNuxt is a Boilerplate based in NuxtJS
- Host: GitHub
- URL: https://github.com/maccali/Brain-Nuxt.WEB
- Owner: maccali
- Created: 2020-04-05T01:02:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T10:02:24.000Z (about 2 years ago)
- Last Synced: 2023-03-06T11:11:06.517Z (almost 2 years ago)
- Topics: axios, boilerplate, dotenv, eslint, fontawesome, jest, nuxt, nuxtjs, prettier, pwa, seo, serverside-rendering, spa, ssr, static-site, vue
- Language: Vue
- Homepage:
- Size: 2.39 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Banner for BrainNUXT](https://github.com/maccali/BrainNUXT/blob/master/.github/banner.png)
# BrainNuxt
> BrainNuxt is a Boilerplate based in NuxtJS
Info
Documentation
Techs
Best Practices
Recommended Tools
### See Examples
This is API page
This page have an example of asyncData get with Axios in server side api consumption using SSR method, and access WEB GeoLocation API
Result of asyncData get on server side
In this example get IP information from an API
In this example, button asks for permission to access Geolocation position
Without localhost you need SSL/HTTPS active to use
Navigation
/spa page is render on client side, disable JavaScript to Test
### Features
> ---
> * SSR - Universal Mode
> * PWA "Instalation"
> * SEO Preset: robots, sitemap, header on SSR
> * Google Analytics
> * Selective per page SSR or SPA
> * The smallest import for FontAwesome
> * Simple Grid System of Bootstrap
> * Generalist or component CSS
> * Inteligent Nuxt Router
> * Server-side Cookies for important data
> * Google Site Verification
> ---### Quick Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:8000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```