赞
踩
> node -v
- > npm init vue@latest
- 或
- > npm create vue@latest
npm create 是 npm init的别名
3、 创建完成项目执行,运行项目
- > cd <your-project-name>
- > npm install
- > npm run dev
4.创建 vue2项目
> npm create vue@legacy
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。