diff --git a/README.md b/README.md index 30aa20c..f8e2b14 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ npm install # 启动项目 (已经配置好启动服务自动打开浏览器,如果没自动打开按照控制台输出的地址自己打开) # 如果eslint语法检查报错,直接关掉eslint语法检查 -yarn dev +yarn serve or -npm run dev +npm run serve # 启动编译打包 生产环境 yarn build