A simple App using Vue.js & Firebase with Auth.
See the DEMO.
| public class Calculator { | |
| public static String[][] values = { | |
| { "CM", "DCD" }, | |
| { "M", "DD" }, | |
| { "CD", "CCCC" }, | |
| { "D", "CCCCC" }, | |
| { "XC", "LXL" }, |
A simple App using Vue.js & Firebase with Auth.
See the DEMO.