I\'m using Vue-cli to create vue project with webpack template. how to run it with https in development using: npm run dev?
If you are using vue ui to serve your application, a simple solution is to replace
"serve": "vue-cli-service serve",
with
"serve": "vue-cli-service serve --https true",
in the package.json file of your project.
Now use vue ui to serve your application. You can make even more changes. See https://cli.vuejs.org/guide/cli-service.html#using-the-binary