https://github.com/tomoki171923/docker-nuxtjs
Nuxt.js on docker-compose.
https://github.com/tomoki171923/docker-nuxtjs
docker-compose nuxt vue
Last synced: about 2 months ago
JSON representation
Nuxt.js on docker-compose.
- Host: GitHub
- URL: https://github.com/tomoki171923/docker-nuxtjs
- Owner: tomoki171923
- License: mit
- Created: 2021-07-01T19:14:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-16T23:45:56.000Z (almost 5 years ago)
- Last Synced: 2024-10-18T08:54:41.421Z (over 1 year ago)
- Topics: docker-compose, nuxt, vue
- Language: Vue
- Homepage:
- Size: 330 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-nuxtjs
Nuxt.js on docker-compose.
## start nuxt.js app in development mode.
~~~
docker-compose up
~~~
## install package
~~~
docker-compose exec node npm install
~~~
## Reference
### create sample app (for the first time only)
~~~
docker run -it --rm node:16.4-slim npm install -g npm && npm install -g vue-cli && npm init nuxt-app sample-app
~~~
Answer the following questions.
~~~
Ok to proceed? (y)
? Project name:
? Programming language:
? Package manager:
? UI framework:
? Nuxt.js modules:
? Linting tools:
? Testing framework:
? Rendering mode:
? Deployment target:
? Development tools:
? Continuous integration:
? Version control system:
~~~