Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 447 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 447 Bytes

parcel

Parcel 是 Web 应用打包工具,适用于经验不同的开发者。它利用多核处理提供了极快的速度,并且不需要任何配置。

环境要求

  1. node环境
  2. yarn包管理器

启动项目

  • yarn install,安装所有的包
  • yarn start,开发者模式启动项目
  • yarn build,打包项目