update readme

This commit is contained in:
Robert Soriano
2022-05-18 07:13:04 -07:00
parent 7dd2a8c363
commit 0e6f890a0a
3 changed files with 64 additions and 21 deletions

View File

@@ -1,20 +1,11 @@
# Nuxt 3 Minimal Starter
Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.
# dev playground
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
pnpm install
```
## Development Server
@@ -22,7 +13,7 @@ pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
```bash
npm run dev
pnpm dev
```
## Production
@@ -30,13 +21,11 @@ npm run dev
Build the application for production:
```bash
npm run build
pnpm build
```
Locally preview production build:
```bash
npm run preview
pnpm preview
```
Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment) for more information.