define how to roll and how tables work

add some test tables
This commit is contained in:
2019-11-04 00:42:51 -07:00
parent 8e9342d624
commit 9bf7a2788a
15 changed files with 666 additions and 14 deletions

View File

@ -10,9 +10,12 @@
"dependencies": {
"core-js": "^3.3.2",
"register-service-worker": "^1.6.2",
"rxjs": "^6.5.3",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^8.3.0"
"vue-property-decorator": "^8.3.0",
"vue-router": "^3.1.3",
"vue-rx": "^6.2.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.0.0",
@ -36,7 +39,10 @@
"eslint:recommended",
"@vue/typescript"
],
"rules": {},
"rules": {
"no-console": "off",
"no-debugger": "off"
},
"parserOptions": {
"parser": "@typescript-eslint/parser"
}