Install
Install using npm or yarn
We recommend development using npm
or yarn
, not only in the development environment that is easily debugged but also in the production environment that can be packaged for use and benefit from the entire ecosphere and toolchain.
::caution
Due to @realsee/vreo
dependence Five Five and React , make sure to install dependencies at the same time.
:::
- npm
- Yarn
- pnpm
npm install @realsee/vreo @realsee/five react react-dom
yarn add @realsee/vreo @realsee/five react react-dom
pnpm add @realsee/vreo @realsee/five react react-dom