Skip to content
On this page

Install

Environmental support

Kunlun Design does not know which browsers it supports. If you do need to support some versions of the browser,Please add Babel and the corresponding Polyfill.

Since Vue3 no longer supports Internet Explorer 11, Kunlun Design no longer supports Internet Explorer.

Version

Kunlun Design is currently in rapid development iteration。

[NPM](kunlun-design - npm (npmjs.com))

Use the package manager

we recommend that you use a package manager (NPM, Yarn (https://classic.yarnpkg.com/lang/en/), [PNPM] (https://pnpm.io/)) installation Kunlun Design, You can then use packaging tools such as Vite or webpack.

shell
# Choose a package manager that you like

# NPM
$ npm install kunlun-design --save-dev

# Yarn
$ yarn add kunlun-design --save-dev

# pnpm
$ pnpm add kunlun-design --save-dev

If your network environment is not good, it is recommended to use the related mirror service.

Released under the MIT License.