https://github.com/ubugeeei/vapor-local-playground
https://github.com/ubugeeei/vapor-local-playground
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ubugeeei/vapor-local-playground
- Owner: ubugeeei
- Created: 2024-10-13T17:32:31.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-13T17:34:44.000Z (8 months ago)
- Last Synced: 2025-03-15T15:38:52.893Z (3 months ago)
- Language: TypeScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```