Easy handling of school, teacher and lesson metadata, for easy creations of timetables.
Have a look at: Lesson Planning
Download sample file: Demo School
- 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
# 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.
yarn build
git subtree push --prefix dist origin gh-pages