mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-27 18:30:32 +01:00
fix publish issue
This commit is contained in:
31
package/playground/README.md
Normal file
31
package/playground/README.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# dev playground
|
||||
|
||||
## Setup
|
||||
|
||||
Make sure to install the dependencies:
|
||||
|
||||
```bash
|
||||
pnpm install
|
||||
```
|
||||
|
||||
## Development Server
|
||||
|
||||
Start the development server on http://localhost:3000
|
||||
|
||||
```bash
|
||||
pnpm dev
|
||||
```
|
||||
|
||||
## Production
|
||||
|
||||
Build the application for production:
|
||||
|
||||
```bash
|
||||
pnpm build
|
||||
```
|
||||
|
||||
Locally preview production build:
|
||||
|
||||
```bash
|
||||
pnpm preview
|
||||
```
|
||||
Reference in New Issue
Block a user