vue-pp-components
v1.2.4
Published
some components for vue2.0
Downloads
61
Readme
vue-pp-components
A vue components library
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
#多种vue组件,alert,action-sheet,body,button,card,checkbox,fade,footer,header,loader,loading,picker,pop-sheet,pop-up,segments,toast,slide等 #组件主题设置,在自定义主题时,只需拷贝原来的主题,并修改为自身主题,然后引入覆盖原主题即可。
import VuePPComponents from 'vue-pp-components'
#Vue.use(VuePPComponents)
#import 'VuePPComponents/vpc.css' //样式引入 #将VuePPComponents/mytheme 目录拷贝到本地src中,将需要修改的主题修改后,在main.js中覆盖原css样式。
For detailed explanation on how things work, consult the docs for vue-loader.