Compare commits
No commits in common. "2d38b690faf12b764a2ca20fb9063169bd070cf8" and "376b82883152041093d4ebc7e3aaf2f6a198dd57" have entirely different histories.
2d38b690fa
...
376b828831
|
@ -4,7 +4,6 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve --port 3001",
|
||||
"serve2": "vue-cli-service serve --port 3002",
|
||||
"build": "vue-cli-service build",
|
||||
"lint": "vue-cli-service lint --check",
|
||||
"lint2": "eslint ./src --ext .js,.ts",
|
||||
|
|
13
src/App.vue
13
src/App.vue
|
@ -1,9 +1,4 @@
|
|||
<template>
|
||||
<div class="container-fluid">
|
||||
<div class="development-notice">
|
||||
DEVELOPMENT SITE <br> >> Only for development purposes <<
|
||||
</div>
|
||||
</div>
|
||||
<!-- <HelloWorld msg="Welcome to Your Vue.js plus TypeScript App" /> -->
|
||||
<nav class="navbar navbar-light border-bottom" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
|
@ -266,12 +261,4 @@ footer .list-group-item a {
|
|||
background-color: #384d6e;
|
||||
padding: 0.3em 0;
|
||||
}
|
||||
|
||||
.development-notice {
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
background-color: red;
|
||||
padding: 1em 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -15,7 +15,7 @@ const host = window.location.host;
|
|||
const parts = host.split(".");
|
||||
// const domainLength = 2; // route1.example.com => domain length = 3
|
||||
let router, app;
|
||||
// exmample change
|
||||
// let routes;
|
||||
if (parts[0] === "doi") {
|
||||
router = route1;
|
||||
app = App2;
|
||||
|
|
|
@ -193,8 +193,8 @@
|
|||
<div class="columns is-mobile partner-logos">
|
||||
<div class="column col-sm text-center">
|
||||
<a target="_blank" href="https://www.re3data.org/repository/r3d100013400"
|
||||
><img src="@/assets/site/img/re3-data-logo-mono.jpg" alt="re3 data logo"/>
|
||||
</a>
|
||||
><img src="@/assets/site/img/re3-data-logo-mono.jpg" alt="re3 data logo"
|
||||
/></a>
|
||||
</div>
|
||||
<div class="column col-sm text-center">
|
||||
<a target="_blank" href="http://www.geosphere.at/">
|
||||
|
|
|
@ -5,7 +5,6 @@ const webpack = require("webpack");
|
|||
const { VueLoaderPlugin } = require("vue-loader");
|
||||
|
||||
module.exports = {
|
||||
lintOnSave: false,
|
||||
publicPath: "/",
|
||||
chainWebpack: (config) => {
|
||||
const vueRule = config.module.rule("vue");
|
||||
|
|
Loading…
Reference in New Issue
Block a user