admin 1. 环境要求 node >= 8.3.0 npm >= 5.3.0 2. 开发/构建/分析 开发 npm start // or npm run dev 格式化代码 npm run format 构建 npm run build 分析 npm run analysis