Skip to content

Commit 5daec28

Browse files
committed
chore: update readme
1 parent 832fe6b commit 5daec28

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@ This is an example of on-demand element-plus with [unplugin-vue-components](http
1010
1111
If you just want an on-demand import example `manually`, you can check [unplugin-element-plus/examples/vite](https://github.com/element-plus/unplugin-element-plus/tree/main/examples/vite).
1212

13+
If you want to a nuxt starter, see [element-plus-nuxt-starter](https://github.com/element-plus/element-plus-nuxt-starter/).
14+
1315
## Project setup
1416

1517
```bash
16-
npm install
18+
pnpm install
19+
20+
# npm install
21+
# yarn install
1722
```
1823

1924
### Compiles and hot-reloads for development

0 commit comments

Comments
 (0)