Skip to content
Snippets Groups Projects
Commit 94d28b02 authored by Markus Opolka's avatar Markus Opolka
Browse files

Change description and colouring

parent 07c44c82
No related branches found
No related tags found
No related merge requests found
# frontend
> A Vue.js project
# Letters
## Build Setup
......@@ -11,11 +9,12 @@ npm install
# serve with hot reload at localhost:8080
npm run dev
# serve API at localhost:3000
npm run api
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
......@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons' rel="stylesheet">
<title>frontend</title>
<title>The Letter Project</title>
</head>
<body>
<div id="app"></div>
......
{
"name": "frontend",
"name": "massicot-letters",
"version": "1.0.0",
"description": "A Vue.js project",
"description": "Massicot Letter Project",
"author": "Markus Opolka <markus@martialblog.de>",
"private": true,
"scripts": {
......
......@@ -28,7 +28,7 @@
</v-list>
</v-navigation-drawer>
<v-toolbar color="indigo" dark fixed app>
<v-toolbar color="indigo darken-4" dark fixed app>
<v-toolbar-side-icon @click.stop="drawer = !drawer"></v-toolbar-side-icon>
<v-toolbar-title>{{name}}</v-toolbar-title>
<v-spacer></v-spacer>
......@@ -42,7 +42,7 @@
</v-content>
</v-fade-transition>
</main>
<v-footer color="indigo" app>
<v-footer color="indigo darken-4" app>
<span class="white--text">&copy; 2017 Friedrich-Alexander-Universität Erlangen-Nürnberg</span>
</v-footer>
</v-app>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment