File tree Expand file tree Collapse file tree 4 files changed +6023
-61
lines changed Expand file tree Collapse file tree 4 files changed +6023
-61
lines changed Original file line number Diff line number Diff line change
1
+ sudo : false
2
+ language : node_js
3
+ cache :
4
+ directories :
5
+ - node_modules
6
+ notifications :
7
+ email : false
8
+ node_js :
9
+ - ' 12'
10
+ before_install :
11
+ - npm i -g npm@^6.10.0
12
+ before_script :
13
+ - npm prune
14
+ script :
15
+ - npm run test
16
+ - npm run build
17
+ after_success :
18
+ - npm run semantic-release
Original file line number Diff line number Diff line change 1
1
# vue-router-middleware-plugin
2
2
3
+ [ ![ npm version] ( https://badge.fury.io/js/vue-router-middleware-plugin.svg )] ( https://badge.fury.io/js/vue-router-middleware-plugin )
4
+
3
5
A vue.js plugin to implement a middleware pipeline between your routes.
4
6
5
7
It can be used to guard protected routes or to request an API to populate the store before a route is loaded.
You can’t perform that action at this time.
0 commit comments