Skip to content

Commit

Permalink
chore: add plugin and update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Seungwoo321 committed Jan 21, 2022
1 parent 1538fee commit 7b1fbcb
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@ module.exports = {
// description: 'It is a Vue port of the jQuery-based PivotTable.js',
// },
},
plugins: [
[
'@vuepress/back-to-top'
],
[
'@vuepress/nprogress'
],
[
'@vuepress/pwa', {
serviceWorker: true,
updatePopup: true
}
],
[
'@vuepress/google-analytics', {
'ga': 'G-TN13CSYPZR'
}
],
],
head: [
['meta', { name: 'application-name', content: 'VuePivottable' }],
['meta', { name: 'apple-mobile-web-app-title', content: 'VuePivottable' }],
Expand Down
1 change: 1 addition & 0 deletions docs/.vuepress/public/google603171b62dec4aac.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google-site-verification: google603171b62dec4aac.html
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
"@vue/cli-plugin-eslint": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"@vue/eslint-config-standard": "^4.0.0",
"@vuepress/plugin-back-to-top": "^1.9.7",
"@vuepress/plugin-google-analytics": "^1.9.7",
"@vuepress/plugin-nprogress": "^1.9.7",
"@vuepress/plugin-pwa": "^1.9.7",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
Expand Down

0 comments on commit 7b1fbcb

Please sign in to comment.