mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +00:00
docs: fix typo in prepare command (#3177)
This commit is contained in:
parent
a878c9d12b
commit
6d4eb3da26
@ -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**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user