https://github.com/you-saku/vue-cli-sandbox
https://github.com/you-saku/vue-cli-sandbox
docker-compose vue-cli
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/you-saku/vue-cli-sandbox
- Owner: You-saku
- Created: 2021-07-31T11:14:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T13:20:41.000Z (almost 5 years ago)
- Last Synced: 2026-04-08T08:39:31.013Z (3 months ago)
- Topics: docker-compose, vue-cli
- Language: Dockerfile
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue-cli-sandbox
リポジトリの使い方
```
# リポジトリのクローン
git clone git@github.com:You-saku/Vue-cli-sandbox.git
or
git clone https://github.com/You-saku/Vue-cli-sandbox.git
# コンテナ起動
cd Vue-cli-sandbox
docker-compose up -d
docker-compose exec vue_app sh
# Vueのプロジェクト作成方法
vue create {プロジェクト名}
*色々聞かれます(自分は「Vue3」と「Yarn」を選択しています)
# Vueプロジェクトの起動
cd {プロジェクト名}
yarn serve
localhost:3000を開く
```
このリポジトリをクローンしてコピーすればたくさんプロジェクトを作れます。
dockerなので環境は汚れませんし、nodeのバージョンも指定してるので再現性はあります。
## *使用するのはmasterブランチをおすすめします。 他のブランチは自分が勉強用に使用しています*