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
- Host: GitHub
- URL: https://github.com/tmeftah/age-calculator-nuxt
- Owner: tmeftah
- Created: 2019-10-04T21:21:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T12:07:21.000Z (over 2 years ago)
- Last Synced: 2025-05-07T19:14:11.373Z (about 1 month ago)
- Topics: nuxtjs, pwa-apps, vuejs, vuetify, vuex-persist
- Language: Vue
- Homepage: https://age-calculator-nuxt.herokuapp.com/
- Size: 1.9 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Age Calculator
[](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).