Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryosukedtomita/vue-tutorial
https://github.com/ryosukedtomita/vue-tutorial
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryosukedtomita/vue-tutorial
- Owner: RyosukeDTomita
- License: unlicense
- Created: 2024-11-05T08:46:15.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T09:55:03.000Z (about 2 months ago)
- Last Synced: 2024-11-05T10:39:20.692Z (about 2 months ago)
- Language: Vue
- Size: 4.88 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
![un license](https://img.shields.io/github/license/RyosukeDTomita/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)
---