项目结构
12114
└─ 20-lms-calendar├─ README.md├─ app│ ├─ common│ │ └─ README.md│ ├─ constant│ │ ├─ README.md│ │ ├─ constant.js│ │ └─ error.js│ ├─ controller│ │ └─ README.md│ ├─ public│ │ ├─ README.md│ │ └─ js│ │ └─ xlsx.full.min.js│ ├─ service│ │ ├─ README.md│ │ └─ calendar.js│ └─ view│ ├─ component│ │ ├─ calendarEvent.html│ │ ├─ calendarEventTile.html│ │ └─ calendarEventTileInsert.html│ └─ page│ ├─ calendarEventView.html│ └─ calendarManagement.html├─ app.js├─ config│ ├─ config.default.js│ ├─ config.env.example.js│ ├─ config.local.example.js│ ├─ config.local.js│ ├─ config.prod.example.js│ └─ plugin.js├─ jsconfig.json├─ package-lock.json├─ package.json└─ sql├─ init.sql└─ mock.sql