Skip to content

chanfuku/docker_nuxt_spa

Repository files navigation

docker_nuxt_spa

$git clone git@github.com:chanfuku/docker_nuxt_spa.git
$cd docker_nuxt_spa/docker/nuxt
$docker-compose up
※yarn installを実行するため初回は5分~10分程かかります。
  • ブラウザで以下が表示されればOK
http://localhost:3000/
$cd docker_nuxt_spa/docker/nuxt
$docker-compose build
$docker-compose run --rm nuxt npx create-nuxt-app --overwrite-dir .
このプロジェクトでは下記を選択した。
✨  Generating Nuxt.js project in .
? Project name: nuxt_app
? Programming language: TypeScript
? Package manager: Yarn
? UI framework: None
? Nuxt.js modules: Axios - Promise based HTTP client
? Linting tools: (Press <space> to select, <a> to toggle all, <i> to invert selection)
? Testing framework: None
? Rendering mode: Single Page App
? Deployment target: Server (Node.js hosting)
? Development tools: (Press <space> to select, <a> to toggle all, <i> to invert selection
)
? What is your GitHub username? chanfuku
? Version control system: Git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published