vue-calculator-pwa
vue-calculator-pwa copied to clipboard
The file `index.html` is not HTML compliant, what should I use to process the ``?
Hello Fabian, I've found your tutorial [Part I](https://hackernoon.com/a-progressive-web-app-in-vue-tutorial-part-1-the-vue-app-f9231b032a0b) quitte interesting. However, now beginning [Part II](https://hackernoon.com/build-a-progressive-web-app-in-vuejs-from-zero-to-hero-part-2-the-service-worker-d9babc3d756f) I would like to checkout your 07 branch that seems to be not pushed yet....
Following the web article, once you add styles it complains that it can't find the variables defined in _colors.scss. Adding @import "../globalstyles/colors"; to top of relevant SCSS files did resolve...
Hi, Thanks for this article (https://codequs.com/p/BJ-S_y3rE/build-a-progressive-web-app-in-vuejs) - I'm just trying to follow along and it looks like "yarn add animation.css" now adds the package in a folder called animation.css and...