# program **Repository Path**: graph-z/program ## Basic Information - **Project Name**: program - **Description**: 尚品汇前端开发项目。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-16 - **Last Updated**: 2024-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # shangpinhui ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint `` es6中新增的方法: ...用于数据的解构 [a,...b]=[1,2,34,5,6] a=[2,3,4] b=[3,45,6] [...a,...b] flat() Array.from() Array.of() 将一组值转化为数组 find()和findIndex()