Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
selemondev committed Mar 23, 2024
1 parent 77365a5 commit b6add94
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,9 @@ npx @selemondev/create-vue3-app@latest
npx @selemondev/create-vue3-app <project-name> --ts --eslint --tailwind --use-pnpm
```

### yarn

```bash
yarn @selemondev/create-vue3-app

# OR

yarn @selemondev/create-vue3-app <project-name> --ts --eslint --tailwind --use-pnpm
```

### pnpm

```bash
pnpm @selemondev/create-vue3-app@latest

# OR

pnpm @selemondev/create-vue3-app@latest <project-name> --ts --eslint --tailwind --use-pnpm
```

## Options

You can also pass command line arguments to set up a new project non-interactively. Run `@selemondev/create-vue3-app --help` to see the available command line arguments:
You can also pass command line arguments to set up a new project non-interactively. Run `npx @selemondev/create-vue3-app --help` to see the available command line arguments:

```bash
Usage: @selemondev/create-vue3-app <project-name> [options]
Expand Down

0 comments on commit b6add94

Please sign in to comment.