Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 2.41 KB

File metadata and controls

43 lines (28 loc) · 2.41 KB

Creshpay Vue UI design

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.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Environment Support

  • Modern browsers.
  • Current v5 Support Vue 3 (v3 target Vue 2 projects)
IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
Edge last 2 versions last 2 versions last 2 versions last 2 versions

Using npm or yarn

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

Documentation

documents is still in progress, you can launch the doc on local with

$ npm run dev