Sign inSign up

178inaba/hello-nuxtjs

By 178inaba

Updated over 7 years ago

Image
0

1.1K

178inaba/hello-nuxtjs repository overview

hello-nuxtjs

My first Nuxt.js project.

Requirements

Build Setup

# 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

# test
$ yarn test

For detailed explanation on how things work, checkout Nuxt.js docs.

Docker Commands

Build
$ docker build --force-rm --no-cache -t 178inaba/hello-nuxtjs .
Run
$ docker run -d -p 3000:3000 --name hello-nuxtjs 178inaba/hello-nuxtjs
Push
$ docker push 178inaba/hello-nuxtjs

Tag summary

Content type

Image

Digest

Size

138.8 MB

Last updated

over 7 years ago

docker pull 178inaba/hello-nuxtjs