sudo npm install -g @vue/cli-init

vue init webpack my-project

cd my-project/

npm install

npm run dev

相关文章: