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

https://github.com/ubugeeei/vapor-local-playground


https://github.com/ubugeeei/vapor-local-playground

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Vapor Local Playground

## Usage

1. clone vuejs/vue-vapor
```bash
git clone [email protected]:vuejs/vue-vapor.git
```

2. build vuejs/vue-vapor
```bash
cd vue-vapor
pnpm build
```

3. clone this repository
```bash
git clone https://github.com/ubugeeei/vapor-local-playground
```

4. rewrite local path in this repository\
Please change the part that says `/path/to/local/vue-vapor` to the correct path.\
Specify the absolute path where vue-vapor exists on your local machine.

5. install deps and run (thi repository)
```bash
pnpm i
pnpm run dev
```