Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 134 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 134 Bytes

前端 webpack 开发脚手架

quick started

  // init
  yarn
  // dev
  yarn run dev
  // build
  yarn run build