vue init webpack orchid-web # orchid-web为项目名
前期先不要安装eslint
安装依赖的包
npm install
运行项目
npm run dev
打包项目
npm run build