# vue_pwa | # vue_pwa | ||||
See [Live Demo](https://dspwithaheart.github.io/anime_js/). | |||||
## Project setup | ## Project setup | ||||
``` | ``` | ||||
npm install | npm install |
module.exports = { | module.exports = { | ||||
publicPath: process.env.NODE_ENV === 'production' | |||||
? '/vue_pwa/' | |||||
: '/', | |||||
"transpileDependencies": [ | "transpileDependencies": [ | ||||
"vuetify" | "vuetify" | ||||
] | ] | ||||
} | |||||
} |