Version 5 of BooguNote
Guide:
- Create a free database in firebase.
- Import boogu.json into firebase database.
- Enable Email & Password Authentication in firebase database.
- Set up an http server to host this project.
- Import rule.json into firebase database.
- Access http://your.domain/ to register a user name.
- Login and enjoy it.
Build:
gulp build
jspm bundle file_manager/* + mosaic/* + common + data-source + flat + login + node + tree-node + tree-params + tree + utility + aurelia-bootstrapper + aurelia-http-client + aurelia-dependency-injection + aurelia-router dist/app-bundle.js --inject --minify
Notice: Before developing, you should invoke jspm unbundle
to clean the js bundling.