Hi,
currently I'm trying to integrate Cesium with Vue,peoject is built with Vue- cli webpack.After some digging and playing,I could successfuly run a stand alone webpack project with cesium and vue, but with no luck in vue-cli, I received errors saying no cesium/ceiusm module is found.I configed it the same way as the cesium webpack tutorail and I can find the cesium module in node_nodule folder, dependency in package is also right. I am still new to both vue cli and webpack, so any suggestions and help are greatly appreciated.
Ryan