使用命令行创建并运行Vue3项目

82 阅读1分钟

1.下载node.js
2.npm install -g @vue/cli
3.npm create my-project
4.npm run serve