diff --git a/.babelrc.js b/.babelrc.js new file mode 100644 index 00000000..475cfbd7 --- /dev/null +++ b/.babelrc.js @@ -0,0 +1,14 @@ +module.exports = { + plugins: ['@babel/plugin-syntax-dynamic-import'], + presets: [ + [ + '@babel/preset-env', + { + targets: { + browsers: ['last 2 versions', 'ie >= 11'] + } + } + ] + ] +} + diff --git a/src/App.vue b/src/App.vue index 1f6baeb3..805193f7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,131 +1,50 @@ diff --git a/src/components/TimelineEntry.vue b/src/components/TimelineEntry.vue index 50c1609e..899861d1 100644 --- a/src/components/TimelineEntry.vue +++ b/src/components/TimelineEntry.vue @@ -1,11 +1,15 @@ diff --git a/src/views/Timeline.vue b/src/views/Timeline.vue new file mode 100644 index 00000000..503e34bf --- /dev/null +++ b/src/views/Timeline.vue @@ -0,0 +1,225 @@ + + + + + +