2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-17 19:21:24 +03:00
This commit is contained in:
陈峰
2018-10-13 21:18:04 +08:00
parent 8aa567dc8e
commit 62f4607bf1
2 changed files with 38 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
language : node_js
node_js:
- "10"
- "9"
branches:
only:
- master
- stable
install:
- npm install
os:
- linux
stages:
- name: deploy
jobs:
include:
- stage: deploy
script:
- echo "NPM Deploying Started ..."
- npm version
- npm run build
- echo "NPM Building Finished."
deploy:
provider: npm
email: chenfengjw@hotmail.com
api_key: "$NPM_TOKEN"
skip_cleanup: true
on:
all_branches: true
+3
View File
@@ -2,6 +2,9 @@
Simple JSON viewer component, for Vue.js 2
[![Build Status](https://travis-ci.org/<chenfengjw163>/<vue-json-viewer>.svg?branch=dev)](https://travis-ci.org/<chenfengjw163>/<vue-json-viewer>)
- [Installing](#installing)
- [Example](#example)
- [Options](#options)