0.0.2 • Published 7 years ago

cdcomponents-npmdemo v0.0.2

Weekly downloads
9
License
-
Repository
github
Last release
7 years ago

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)