The dark transfer vue-cli scaffolding cannot create the project:
Enter vue init webpack vue-reoject,
Display vue-cli * faild to download repo vuejs-templates/webpack:unable to verify the first certificate.
After reading the solutions online, there is no solution.
First make sure you have a vue-cli environment. If not, please
npm install -g vue-cli
. Webpack environment. If not, pleasenpm install -g webpack
Then you can
vue init webpack project
cd project
npm i
npm run dev
Jin for reference
If there is a network problem, you can download the template locally first
Sometimes it’s a network problem
http://npm.taobao.org/