How to stringify the items Array in main.js and store it in localStorage: JSON.stringify will only convert value type property, array and objects. window.localStorage.setItem("myKey", JSON.stringify(items));