https://github.com/puse/tuck
nuxt vue vuetify vuex
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/puse/tuck
- Owner: puse
- Created: 2020-04-05T21:47:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T06:39:56.000Z (about 6 years ago)
- Last Synced: 2025-01-11T00:40:26.252Z (over 1 year ago)
- Topics: nuxt, vue, vuetify, vuex
- Language: JavaScript
- Homepage: https://miscix.github.io/tuck
- Size: 682 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# tuck
## :construction:
> Demo auth. and viz.
## Usage
### Prerequisities
To enable weather forecast provide OpenWeatherMap API key as follows before
compilation or running the server:
```sh
export OPENWEATHERMAP_API_KEY=xxx
```
Consult (OpenWeatherMap Guide)[https://openweathermap.org/appid] to obtain your
API key (*appid*).
### 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).
## Development
Consider checking [Contribution guide](/CONTRIBUTING.md)