注意:先进入到扩展根目录

  1. cd ./app/Admin/Extends/MyExtend

前端包安装

  1. npm install

成功后执行

  1. npm run dev

开发模式

  1. npm run watch

注意:如果失败,可能需要执行两次

编译

  1. npm run production