Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.6 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.6 KB

lesson-planning

Easy handling of school, teacher and lesson metadata, for easy creations of timetables.

You want to try it?

Have a look at: Lesson Planning

Download sample file: Demo School

Features

  • handle plans for several schools
  • manage classes, lessons and teachers
  • handle cross references between class lessons
  • manage availablity of teachers
  • create automatic generated lesson plans for all classes and teachers
  • manually lock lessons at specific time slot in plan
  • print view for class and teacher plans

Have a look

Class Management

Teacher Management

Automatic plan generation

Tech

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Release the package to github-pages

yarn build
git subtree push --prefix dist origin gh-pages