Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jclaveau/nuxt-todo-app
Yet Another Todo App
https://github.com/jclaveau/nuxt-todo-app
Last synced: 2 days ago
JSON representation
Yet Another Todo App
- Host: GitHub
- URL: https://github.com/jclaveau/nuxt-todo-app
- Owner: jclaveau
- License: mit
- Created: 2021-01-25T18:07:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:56:56.000Z (about 1 year ago)
- Last Synced: 2024-12-20T08:03:43.098Z (3 days ago)
- Language: Vue
- Size: 229 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nuxt-todo-app
Yet Another Todo App## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).