Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ratracegrad/real-world-nuxt
https://github.com/ratracegrad/real-world-nuxt
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ratracegrad/real-world-nuxt
- Owner: ratracegrad
- Created: 2019-09-28T21:08:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:39:57.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T12:06:33.573Z (almost 2 years ago)
- Language: Vue
- Size: 1.37 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# real-world-nuxt
> My polished 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 start# generate static project
$ npm run generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).