Merge pull request #182 from JelleBuning/patch-3

Update _index.en.md
This commit is contained in:
RustDesk 2023-04-21 16:01:06 +08:00 committed by GitHub
commit a25f932a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,12 @@ cd flutter/web/js
# install protoc first http://google.github.io/proto-lens/installing-protoc.html
npm install ts-proto
# only works with vite<=2.8, see: https://github.com/vitejs/vite/blob/main/docs/guide/build.md#chunking-strategy
npm install vite@2.8
# required for yarn build
npm install yarn -g
npm install typescript -g
npm install protoc -g
yarn build