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

# vue_pwa # vue_pwa
See [Live Demo](https://dspwithaheart.github.io/anime_js/).
## Project setup ## Project setup
``` ```
npm install npm install

+ 5
- 1
vue.config.js View File

module.exports = { module.exports = {
publicPath: process.env.NODE_ENV === 'production'
? '/vue_pwa/'
: '/',
"transpileDependencies": [ "transpileDependencies": [
"vuetify" "vuetify"
] ]
}
}

Loading…
Cancel
Save