开发过程中,有时候需要测测试一些开源框架,这时候开源使用create-vue来快速创建测试项目:

create-vue开源地址:https://github.com/vuejs/create-vue

  • 创建Vue2项目
npm create vue@2
  • 创建Vue3项目
npm create vue@3
  • 运行项目
cd vue-test-demo
npm install
npm run dev
posted on 2023-02-18 10:41  $$X$$  阅读(49)  评论(0)    收藏  举报