My first Nuxt.js project.
# 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 build --force-rm --no-cache -t 178inaba/hello-nuxtjs .
$ docker run -d -p 3000:3000 --name hello-nuxtjs 178inaba/hello-nuxtjs
$ docker push 178inaba/hello-nuxtjs
Content type
Image
Digest
Size
138.8 MB
Last updated
over 7 years ago
docker pull 178inaba/hello-nuxtjs