https://github.com/ryosukedtomita/vue-tutorial
https://github.com/ryosukedtomita/vue-tutorial
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryosukedtomita/vue-tutorial
- Owner: RyosukeDTomita
- License: unlicense
- Created: 2024-11-05T08:46:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T09:55:03.000Z (8 months ago)
- Last Synced: 2025-01-17T14:55:37.007Z (6 months ago)
- Language: Vue
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Vue Tutorial

## INDEX
- [ABOUT](#about)
- [ENVIRONMENT](#environment)
- [PREPARING](#preparing)
- [HOW TO USE](#how-to-use)---
## ABOUT
---
## ENVIRONMENT
- Vue projectの作成
```shell
npm create vue@latest # このリポジトリでは事前に実施済み
```
- npmで実行```shell
cd vue-tutorial
npm install
npm run dev # http://localhost:5173で実行されている
```
- build```shell
npm run build
```---
## PREPARING
install Docker
---
## HOW TO USE
```shell
docker buildx bake
docker compose up
```go to [http://localhost](http://localhost)
---