This repository was archived by the owner on Oct 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ language : node_js
2+ node_js :
3+ - " 9"
4+ sudo : required
5+ before_install :
6+ - sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
7+ - echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
8+ - sudo apt-get update -qq
9+ - sudo apt-get install -y -qq yarn
10+ cache :
11+ yarn : true
12+ script :
13+ - yarn run build
14+ branches :
15+ only :
16+ - master
Original file line number Diff line number Diff line change 11# vue-bootstrap-selectpicker
22
3+ [ ![ Build Status] ( https://travis-ci.org/long-woo/vue-bootstrap-selectpicker.svg?branch=master )] ( https://travis-ci.org/long-woo/vue-bootstrap-selectpicker )
4+ [ ![ npm version] ( https://img.shields.io/npm/v/vue-bootstrap-selectpicker.svg?style=flat )] ( https://www.npmjs.com/package/vue-bootstrap-selectpicker )
5+
36> vue-bootstrap-selectpicker组件演示
47
58![ img] ( https://raw.github.com/long-woo/vue-bootstrap-selectpicker/master/show.png )
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-bootstrap-selectpicker" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " Vue component---vue-bootstrap-selectpicker" ,
55 "author" : " long.woo <longwunet@outlook.com>" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments