Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parsajiravand/todo-list
https://github.com/parsajiravand/todo-list
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/parsajiravand/todo-list
- Owner: parsajiravand
- Created: 2020-05-11T10:53:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:57:27.000Z (about 2 years ago)
- Last Synced: 2024-05-01T12:39:43.485Z (9 months ago)
- Language: Vue
- Size: 2.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-list
> My stellar Nuxt.js project
## 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).