https://github.com/renzocarara/jatla
semplice applicazione Todos list con Nuxt.js e persistenza su Local Storage
https://github.com/renzocarara/jatla
nuxt vue vuetify
Last synced: 4 months ago
JSON representation
semplice applicazione Todos list con Nuxt.js e persistenza su Local Storage
- Host: GitHub
- URL: https://github.com/renzocarara/jatla
- Owner: renzocarara
- Created: 2020-09-14T20:47:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T20:14:16.000Z (over 4 years ago)
- Last Synced: 2025-01-11T15:18:25.208Z (5 months ago)
- Topics: nuxt, vue, vuetify
- Language: Vue
- Homepage: https://jatla.netlify.app/
- Size: 270 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tudus
## 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).