docs: fix typo in prepare command (#3177)

This commit is contained in:
Robbert van Mourik 2022-02-10 23:58:36 +01:00 committed by GitHub
parent a878c9d12b
commit 6d4eb3da26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ Starter template and module starter is a standard path of creating a Nuxt module
- Open `my-module` in IDE of your choice (VSCode is recommended)
- Install dependencies using the package manager of your choice (Yarn is recommended)
- Ensure local files are generated using `npm run prepare`
- Ensure local files are generated using `npm run dev:prepare`
- Start playground using `npm run dev`
- **Follow this document to learn more about Nuxt modules**