Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryosukedtomita/vue-tutorial


https://github.com/ryosukedtomita/vue-tutorial

Last synced: about 2 months ago
JSON representation

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)

---