Skip to content

Commit

Permalink
Merge pull request #19 from aturingmachine/0.0.3-configuration
Browse files Browse the repository at this point in the history
0.0.3 Modifiable Configuration/Client Base
  • Loading branch information
aturingmachine authored Jul 3, 2021
2 parents 720eb4d + 5c9fc30 commit ffc624b
Show file tree
Hide file tree
Showing 70 changed files with 4,137 additions and 702 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test-data/test-dest-folder/**

.config.json

logs
core/logs/**

todos

Expand Down
215 changes: 209 additions & 6 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"dependencies": {
"axios": "^0.21.1",
"core-js": "^3.6.5",
"fast-deep-equal": "^3.1.3",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
Expand All @@ -28,6 +29,8 @@
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^6.2.2",
"prettier": "1.19.1",
"sass": "^1.35.1",
"sass-loader": "^10.2.0",
"typescript": "~4.1.5",
"vue-template-compiler": "^2.6.11"
}
Expand Down
5 changes: 5 additions & 0 deletions client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
</head>
<body>
<noscript>
Expand Down
Loading

0 comments on commit ffc624b

Please sign in to comment.