npm install-- save-dev will be saved to devDependencies, npm install-- save will be saved to dependencies.
I used the vue-video plug-in in the project, only saved it in devDependencies, and the plug-in works fine after packaging. But it is not stored in dependencies, why will the plug-in not report an error? Isn"t it a runtime dependency?