前端编译环境安装–03–linux–前端编译环境安装 1、安装依赖 yarn install 2、启动开发版服务器 yarn serve 3、生产环境打包 yarn build 4、检查并自动修复代码 yarn lint