# 前端工程化 **Repository Path**: topreventalife/front-end-engineering ## Basic Information - **Project Name**: 前端工程化 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-08 - **Last Updated**: 2022-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NPM 命令 ## 初始化工程 - npm init ## run scripts - npm run ## 安装依赖 - npm install ## 升级依赖 - npm update ## 查看bin文件目录 - npm bin ## 将工程软链接到全局 - npm link ## npm publish - 发布包 ## npm deprecate - 废弃包 . . .