'git' �����ڲ����ⲿ���Ҳ���ǿ����еij���
�������ļ�
? Project name my-project // 项目名称
? Project description A Vue.js project // 项目描述
? Author // 作者
? Vue build (Use arrow keys)
> Runtime + Compiler: recommended for most users
? Vue build standalone
? Install vue-router? Yes //是否安装 vue-router
? Use ESLint to lint your code? No //是否要用 ESLint 来检查代码规范,可以使用 让代码更加规范
? Set up unit tests No //不使用
? Setup e2e tests with Nightwatch? No //不使用
? Should we run `npm install` for you after the project has been created
? Should we run `npm install` for you after the project has been created
? (recommended) npm
vue-cli · Generated "my-project".
# Installing project dependencies ...
# ========================
最后出现这样就创建好了
# Project initialization finished!
# ========================
To get started:
cd my-project
npm run dev
Documentation can be found at https://vuejs-templates.github.io/webpack