forked from opentiny/tiny-vue
850 B
850 B
Environment Preparation
TinyVue is aVue
UI component library, which can also supportVue 2.0
andVue 3.0
.
Browser compatibilityTinyVue
The latest versions of mainstream browsers are supported: Chrome, Edge, Firefox, Opera, and Safari. No longer supportedInternet Explorer
.
Installing Node.js
Recommended Installationv16.13.0
version, if the localNode.js
, run the following command to check whether the version is correct:
node -v
Installing Yarn
managementnpm
There are two main tools for the package. One is the installation.Node.js
When it comesnpm
, the other is the fasteryarn
, run the following command to install:
npm install -g yarn
Selection of Package Manageryarn
andnpm
You are advised to use only one package manager to avoid problems such as upgrade failure during installation.