[Vuejs]-Php storm vue component doesnt work / unresoved function or method component

5👍

1)First you need to download node.js and npm : https://nodejs.org/en/

2)You need to install npm. Run in the project root dir

npm install

3)You must build the app.js script with npm. Run in the project root dir

npm run dev

Leave a comment