https://github.com/renzocarara/nuxt_wr
esercizio sull'utilizzo di nuxt.js - web app che fornisce dati e previsioni metereologiche
https://github.com/renzocarara/nuxt_wr
nuxtjs responsive vuejs vuetify weather-app
Last synced: 4 months ago
JSON representation
esercizio sull'utilizzo di nuxt.js - web app che fornisce dati e previsioni metereologiche
- Host: GitHub
- URL: https://github.com/renzocarara/nuxt_wr
- Owner: renzocarara
- Created: 2020-08-10T15:52:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T19:49:29.000Z (over 4 years ago)
- Last Synced: 2025-01-11T15:18:22.027Z (5 months ago)
- Topics: nuxtjs, responsive, vuejs, vuetify, weather-app
- Language: Vue
- Homepage: https://morgana.netlify.app/
- Size: 882 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt_wr
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).