Browse Source

added publicPath to vue.confog.js

master
dspwithaheart 4 years ago
parent
commit
fa6e57d34c
2 changed files with 6 additions and 2 deletions
  1. 1
    1
      README.md
  2. 5
    1
      vue.config.js

+ 1
- 1
README.md View File

@@ -1,5 +1,5 @@
# vue_pwa
See [Live Demo](https://dspwithaheart.github.io/anime_js/).
## Project setup
```
npm install

+ 5
- 1
vue.config.js View File

@@ -1,5 +1,9 @@
module.exports = {
publicPath: process.env.NODE_ENV === 'production'
? '/vue_pwa/'
: '/',
"transpileDependencies": [
"vuetify"
]
}
}

Loading…
Cancel
Save