https://github.com/devboyarif/nuxt-todo-app-vuex
Nuxt Todo App Using Vuex
https://github.com/devboyarif/nuxt-todo-app-vuex
Last synced: over 1 year ago
JSON representation
Nuxt Todo App Using Vuex
- Host: GitHub
- URL: https://github.com/devboyarif/nuxt-todo-app-vuex
- Owner: devboyarif
- Created: 2021-01-25T17:43:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T06:01:46.000Z (over 5 years ago)
- Last Synced: 2025-01-13T23:28:57.021Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt
## 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).