https://github.com/vegadelalyra/nuxt2_00
Learning Nuxt 2 from "Program with Erick"
https://github.com/vegadelalyra/nuxt2_00
nuxt nuxt2 stylus vue vue2 vuex
Last synced: 3 months ago
JSON representation
Learning Nuxt 2 from "Program with Erick"
- Host: GitHub
- URL: https://github.com/vegadelalyra/nuxt2_00
- Owner: vegadelalyra
- Created: 2024-01-17T03:56:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T08:37:39.000Z (over 2 years ago)
- Last Synced: 2025-11-20T04:02:55.736Z (7 months ago)
- Topics: nuxt, nuxt2, stylus, vue, vue2, vuex
- Language: Vue
- Homepage: https://youtube.com/playlist?list=PL-lxoPS_1OXUimhJugWZ4bLeno-SWHqA_&si=Wvv9tpKP2IouzTnO
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# itunes-server
> Nuxt + vuetify + vuex + vue SSR itunes server app
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).