/cdcomponents

文档地址: https://zp1112.github.io/cdcomponents/#/layout

Primary LanguageJavaScript

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

http://localhost:8080

# build for production with minification
npm run build

安装

  • yarn
yarn add cdcomponents
  • npm
npm install cdcomponents -save

使用

import cdcomponents from 'cdcomponents' // 引入组件库
import 'cdcomponents/dist/theme-default/index.css' // 引入样式库

Vue.use(cdcomponents)