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

https://github.com/tmeftah/age-calculator-nuxt

age-calculator with nuxt,vuejs und vuetify
https://github.com/tmeftah/age-calculator-nuxt

nuxtjs pwa-apps vuejs vuetify vuex-persist

Last synced: about 1 month ago
JSON representation

age-calculator with nuxt,vuejs und vuetify

Awesome Lists containing this project

README

        

# Age Calculator
[![Netlify Status](https://api.netlify.com/api/v1/badges/5b3c03d7-f373-4bc3-a2be-5d9ca73cdc81/deploy-status)](https://app.netlify.com/sites/agecalc/deploys)

Age Calculator with Nuxt.js vuetify



## Build Setup

``` bash
# install dependencies
$ npm run 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).