Following the Creshpay Design specification, we developed a Vue UI library that contains a set of high quality components and demos for building rich, interactive user interfaces.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
- Modern browsers.
- Current v5 Support Vue 3 (v3 target Vue 2 projects)
IE / Edge |
Firefox |
Chrome |
Safari |
Opera |
---|---|---|---|---|
Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
We recommend using npm or yarn to install, it not only makes development easier, but also allow you to take advantage of the rich ecosystem of Javascript packages and tooling.
$ npm install @creshpay/ui-elements --save
$ yarn add @creshpay/ui-elements
for vue2 support, the v3.9.1 is the last stable version
$ yarn add @creshpay/ui-elements@v3.9.1
documents is still in progress, you can launch the doc on local with
$ npm run dev