mirror of
https://github.com/tenrok/vue-json-viewer.git
synced 2026-06-23 20:40:38 +03:00
commit
This commit is contained in:
+35
@@ -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
|
||||||
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
Simple JSON viewer component, for Vue.js 2
|
Simple JSON viewer component, for Vue.js 2
|
||||||
|
|
||||||
|
[](https://travis-ci.org/<chenfengjw163>/<vue-json-viewer>)
|
||||||
|
|
||||||
|
|
||||||
- [Installing](#installing)
|
- [Installing](#installing)
|
||||||
- [Example](#example)
|
- [Example](#example)
|
||||||
- [Options](#options)
|
- [Options](#options)
|
||||||
|
|||||||
Reference in New Issue
Block a user