Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code-pop/real-world-nuxt
Code Examples for the Scaling Vue with Nuxt Course
https://github.com/code-pop/real-world-nuxt
Last synced: 28 days ago
JSON representation
Code Examples for the Scaling Vue with Nuxt Course
- Host: GitHub
- URL: https://github.com/code-pop/real-world-nuxt
- Owner: Code-Pop
- Created: 2019-01-30T21:54:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:58:35.000Z (about 2 years ago)
- Last Synced: 2024-11-30T21:08:01.358Z (about 1 month ago)
- Language: Vue
- Size: 1.99 MB
- Stars: 110
- Watchers: 8
- Forks: 92
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# real-world-nuxt
> My tremendous Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn run dev# build for production and launch server
$ yarn run build
$ yarn start# generate static project
$ yarn run generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).