From da835895d5133a3bfcace453dcf709237f9b6ab0 Mon Sep 17 00:00:00 2001 From: Gregg Date: Mon, 8 Jan 2018 13:06:58 -0500 Subject: [PATCH 1/2] Added video into guide introduction --- src/v2/guide/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/v2/guide/index.md b/src/v2/guide/index.md index f2b3e9d703..6f529b990e 100644 --- a/src/v2/guide/index.md +++ b/src/v2/guide/index.md @@ -8,6 +8,8 @@ order: 2 Vue (pronounced /vjuː/, like **view**) is a **progressive framework** for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects. On the other hand, Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with [modern tooling](single-file-components.html) and [supporting libraries](https://github.com/vuejs/awesome-vue#components--libraries). +If you’d like to learn more about Vue before diving in, we created a video walking through the core principles and a sample project. + If you are an experienced frontend developer and want to know how Vue compares to other libraries/frameworks, check out the [Comparison with Other Frameworks](comparison.html). ## Getting Started @@ -374,3 +376,7 @@ You may have noticed that Vue components are very similar to **Custom Elements** ## Ready for More? We've briefly introduced the most basic features of Vue.js core - the rest of this guide will cover them and other advanced features with much finer details, so make sure to read through it all! + + \ No newline at end of file From 17c34634f98cd5fba24360db318145b8ad801bb4 Mon Sep 17 00:00:00 2001 From: Gregg Date: Tue, 9 Jan 2018 10:27:44 -0500 Subject: [PATCH 2/2] Added modal styles to page, put video line on one file, and reset iframe margin --- src/v2/guide/index.md | 4 +--- themes/vue/source/css/page.styl | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/v2/guide/index.md b/src/v2/guide/index.md index 6f529b990e..007a6f0d22 100644 --- a/src/v2/guide/index.md +++ b/src/v2/guide/index.md @@ -377,6 +377,4 @@ You may have noticed that Vue components are very similar to **Custom Elements** We've briefly introduced the most basic features of Vue.js core - the rest of this guide will cover them and other advanced features with much finer details, so make sure to read through it all! - \ No newline at end of file + \ No newline at end of file diff --git a/themes/vue/source/css/page.styl b/themes/vue/source/css/page.styl index 76b3705f4b..88d7f08a4e 100644 --- a/themes/vue/source/css/page.styl +++ b/themes/vue/source/css/page.styl @@ -9,6 +9,7 @@ @import "_offline-menu" @import "_team" @import "_style-guide" +@import "_modal" #header box-shadow: 0 0 1px rgba(0,0,0,.25)