DEV Community

Discussion on: How to Create a Progressive Web App with Vue.js

Collapse
 
juliannicholls profile image
Julian Nicholls

Unfortunately, there are a few problems with this...

There are no instructions for how to get a New York times API key. I can't seem to find any mention of the API on their site.

The store.js file is completely missing, so the project cannot be built. Is this supposed to be created by an option in the vue create. If so, the option is not mentioned at the top.

The name in the Search.vue file should be 'search', not 'home'.

bootstrap is missing in the npm installs at the beginning.

vue add pwa doesn't work unless you have installed Vue globally.

Collapse
 
aumayeung profile image
John Au-Yeung

Thanks for catching that. I'll fix them later.

Collapse
 
aumayeung profile image
John Au-Yeung

I fixed the errors