When you start your Vue project in Safari or IE, you may face with:

[vuex] vuex requires a Promise polyfill in this browser

Promise polyfill ERROR in Safari

To solve it do next:

npm install --save-dev babel-polyfill

In main.js:

import 'babel-polyfill'