https://github.com/devzakir/nuxt-docker
Dockerise Nuxt.js App
https://github.com/devzakir/nuxt-docker
Last synced: 5 months ago
JSON representation
Dockerise Nuxt.js App
- Host: GitHub
- URL: https://github.com/devzakir/nuxt-docker
- Owner: devzakir
- Created: 2021-03-22T04:44:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T03:17:27.000Z (about 5 years ago)
- Last Synced: 2025-02-05T12:41:27.823Z (over 1 year ago)
- Language: Vue
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-docker
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).