tiny-vue/examples/sites/demos/pc/webdoc/envpreparation-open-en.md

850 B

Environment Preparation

TinyVue is aVueUI component library, which can also supportVue 2.0andVue 3.0.

Browser compatibilityTinyVueThe latest versions of mainstream browsers are supported: Chrome, Edge, Firefox, Opera, and Safari. No longer supportedInternet Explorer.

Installing Node.js

Recommended Installationv16.13.0version, if the localNode.js, run the following command to check whether the version is correct:

node -v

Installing Yarn

managementnpmThere are two main tools for the package. One is the installation.Node.jsWhen it comesnpm, the other is the fasteryarn, run the following command to install:

npm install -g yarn

Selection of Package ManageryarnandnpmYou are advised to use only one package manager to avoid problems such as upgrade failure during installation.