/xbd-view

common ui library produced by xbd ltd.

Primary LanguageJavaScript

小板凳通用UI库

小板凳通用UI库

安装依赖

// install dependencies
npm install
yarn install

运行项目

开发环境

// For the first time, run init to create index.html
npm run init
//
npm run dev

生产环境

npm run build