0

When I am installing a node_module then relevant folder is getting added inside node_module folder of my application. Now I want to include a script which is available in installed module, say .. installed_module/dist/

So how can I include this script in VueJs project?

1 Answer 1

2

Try this in the script tag of your .vue file -

import Module from 'module'
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.