I have vue.js project with element-ui. All installed via npm. Now I want to change something in element-ui just to test if it works so I go in it's folder in node_modules, change code in component, run 'npm run dev' and change is not visible.
Is it in some kind of cache?
Sorry for dumb question but I am node.js noob. How can I update existing code in node_modules? I know when I run update it will go away but I just want quick test.
Do I really have to fork for that?