Skip to content

Commit

Permalink
Basic layout
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhere committed Mar 20, 2022
1 parent a96e6e6 commit 14b9c80
Show file tree
Hide file tree
Showing 12 changed files with 292 additions and 124 deletions.
244 changes: 234 additions & 10 deletions package-lock.json

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"register-service-worker": "^1.7.1",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vuetify": "^2.6.0",
"vuex": "^3.4.0"
},
"devDependencies": {
Expand All @@ -23,6 +24,10 @@
"@vue/cli-service": "~4.5.15",
"@vue/test-utils": "^1.0.3",
"chai": "^4.1.2",
"vue-template-compiler": "^2.6.11"
"sass": "~1.32.0",
"sass-loader": "^10.0.0",
"vue-cli-plugin-vuetify": "~2.4.8",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.7.0"
}
}
4 changes: 3 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<!DOCTYPE html>
<html lang="">
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<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="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
</head>
<body>
<noscript>
Expand Down
Loading

0 comments on commit 14b9c80

Please sign in to comment.