https://github.com/rongfengliang/nuxt-docker-running
nuxt-docker-running
https://github.com/rongfengliang/nuxt-docker-running
docker docker-compose nuxt ssr
Last synced: 2 months ago
JSON representation
nuxt-docker-running
- Host: GitHub
- URL: https://github.com/rongfengliang/nuxt-docker-running
- Owner: rongfengliang
- Created: 2019-01-17T06:13:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T06:31:33.000Z (over 7 years ago)
- Last Synced: 2025-08-12T19:56:45.182Z (11 months ago)
- Topics: docker, docker-compose, nuxt, ssr
- Language: Vue
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# demoapp
> My classy 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).