Skip to content

Commit

Permalink
Install NProgress library
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban Lara committed Jan 8, 2020
1 parent 5684131 commit df401a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -9,6 +9,7 @@
},
"dependencies": {
"core-js": "^3.4.4",
"nprogress": "^0.2.0",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vuejs-datepicker": "^1.6.2",
Expand Down
1 change: 1 addition & 0 deletions src/main.js
Expand Up @@ -4,6 +4,7 @@ import router from './router';
import store from './store';
import upperFirst from 'lodash/upperFirst';
import camelCase from 'lodash/camelCase';
import 'nprogress/nprogress.css';

Vue.config.productionTip = false;

Expand Down

0 comments on commit df401a9

Please sign in to comment.