A FFG themed set of AngularJS directives and components
Please view the examples and documentation at: https://tk20466.github.io/RPG-Web-Components/
Live example: swrpg.ezrabailey.net
Current Version: 1.1.0
Usage: just include the module in your application module after referencing AngularJS and the included javascript/css file.
var app = angular.module("myApp", ["swaor"]);
Themes: You can change the style theme by changing the class on your <html>
element
<html class="edge-of-the-empire-themed">
<html class="age-of-rebellion-themed">
<html class="force-and-destiny-themed">
Building: Make sure you have the following NPM packages installed:
Then run the following two commands in your command line
gulp templates
gulp release
your files will be output to a /releases folder
To-do:
Finish documentationCompleted!Minion group size handlingCompleted!- live-tracker for wounds/strain/group size
Ranged/Melee defense boxCompleted!Better equipment managementCompleted!- IE11 and Firefox support
- WYSIWYG editor with preview