add pnpm command

This commit is contained in:
andres
2023-07-22 17:57:41 +02:00
parent 8df1fb30d7
commit decac32fdb

View File

@@ -3,6 +3,12 @@ import { DownloadLink } from '../../components'
# 1. Создание и настройка проекта
## Pnpm
```bash filename="Terminal"
npm i -g pnpm
```
## Vite
Мы будем использовать [Vite](https://vitejs.dev/) в качестве сборщика.