Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicopennec/nuxt-weather

This weather app is just my sandbox to play with SSR and Nuxt.js ⛱️
https://github.com/nicopennec/nuxt-weather

nuxtjs ssr vuejs weather

Last synced: 19 days ago
JSON representation

This weather app is just my sandbox to play with SSR and Nuxt.js ⛱️

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/NicoPennec/nuxt-weather.svg?branch=master)](https://travis-ci.org/NicoPennec/nuxt-weather)
[![Dependencies](https://david-dm.org/NicoPennec/nuxt-weather/status.svg?style=flat-square)](https://david-dm.org/NicoPennec/nuxt-weather)

# Nuxt Weather 🌤

Nuxt Weather, just yet another Nuxt.js project!

https://nuxt-weather.pennec.io/

---
[![Nuxt Weather](https://user-images.githubusercontent.com/493223/29147217-04fd2016-7d66-11e7-9143-85208d7c91a0.png)](https://nuxt-weather.pennec.io/)

## Build Setup

``` bash
# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate (not yet)
```

For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).