Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spidergon/real-world-nuxt
Code example for scaling Vue with Nuxt course
https://github.com/spidergon/real-world-nuxt
Last synced: 14 days ago
JSON representation
Code example for scaling Vue with Nuxt course
- Host: GitHub
- URL: https://github.com/spidergon/real-world-nuxt
- Owner: spidergon
- Created: 2020-03-19T11:15:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:36:39.000Z (almost 2 years ago)
- Last Synced: 2023-02-26T20:12:21.303Z (almost 2 years ago)
- Language: Vue
- Size: 2.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# real-world-nuxt
> My transcendent 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).