Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 390 Bytes

File metadata and controls

25 lines (15 loc) · 390 Bytes

Aillo

assignment for digital image process

image

使用说明

  #以下命令均可在package.json中进行配置

  #开发环境下运行
  npm run dev

  #使用Eslint进行代码检测
  npm run lint

  #打包构建
  npm run build

  #服务器环境下预览
  npm run serve