# parcel-cli **Repository Path**: momomomooo/parcel-cli ## Basic Information - **Project Name**: parcel-cli - **Description**: 可配置的parcel脚手架, 适合中小型项目的快速开发 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-29 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 一、安装环境 ``` npm run setup ``` ### 二、本地开发 ``` npm run dev ``` ### 三、编译打包 ``` npm run build ```