How can i open AutoCAD program from my vue.js application to draw some shapes and get the path of autocad files
i want to draw some shapes and get its dimensions and save these files in my app to reuse these shapes again
For the "open AutoCAD program from my vue.js application" part :
You need to research on which options you have available to control AutoCAD programmatically. If there is some sort of interface api to control AutoCAD from an external service, you then can decide how your service should look like.
I am afraid this is all I can give you for a very minimal question like yours.
I took a quick look Autodesk AutoCAD Javascript API, and indeed let's you control AutoCAD with javascript files/code. However for what I can see, this is only possible from within the program, e.g. you have the load the script specifically from inside the application.