Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ⛱️
- Host: GitHub
- URL: https://github.com/nicopennec/nuxt-weather
- Owner: NicoPennec
- Created: 2017-06-01T23:37:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T03:59:42.000Z (24 days ago)
- Last Synced: 2024-10-21T06:57:32.714Z (24 days ago)
- Topics: nuxtjs, ssr, vuejs, weather
- Language: Vue
- Homepage: https://nuxt-weather.pennec.io/
- Size: 4.38 MB
- Stars: 30
- Watchers: 5
- Forks: 4
- Open Issues: 72
-
Metadata Files:
- Readme: README.md
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).