VUEPRESS DOCUMENTATION MADE EASY By Ben Hong www.bencodezen.com
DEVFEST DC 2018
Slide 2
BEFORE WE GET STARTED... YOU CAN FIND THE SLIDES HERE: https://www.twitter.com/bencodezen
AND FOR SOCIAL MEDIA POSTS: #vuepress
Slide 3
BEN HONG Senior UI Developer @ POLITICO @bencodezen
Slide 4
VUEDC https://www.vuedc.io
BEN HONG Senior UI Developer @ POLITICO @bencodezen
Slide 5
VUEDC https://www.vuedc.io
BEN HONG Senior UI Developer @ POLITICO @bencodezen
VUEMEETUPS https://www.vuemeetups.org
Slide 6
Slide 7
“
Documentation can be difficult, but it is the key to any project's long term success.
Slide 8
README.MD
Slide 9
CONFLUENCE
Slide 10
CONFLUENCE
Slide 11
BUILD YOUR OWN
Slide 12
BUILD YOUR OWN What tech stack do you use?
Slide 13
BUILD YOUR OWN What tech stack do you use? What does the design look like?
Slide 14
BUILD YOUR OWN What tech stack do you use? What does the design look like? What features should it have?
Slide 15
BUILD YOUR OWN What tech stack do you use? What does the design look like? What features should it have? Is it easy to maintain?
Slide 16
BUILD YOUR OWN What tech stack do you use? What does the design look like? What features should it have? Is it easy to maintain? Who is going to pay for this?
Slide 17
Slide 18
Slide 19
LIVING & GOOD DOCUMENTATION IS HARD
Slide 20
ENTER
VUEPRESS
Slide 21
“
VuePress is a static site generator with a Vue-powered theming system that comes with a default theme optimized for technical documentation.
Slide 22
WHAT MAKES VUEPRESS GREAT?
Slide 23
WHAT MAKES VUEPRESS GREAT? Provides an incredible default theme that allows you to focus on what's important: writing documentation
Slide 24
DEFAULT THEME FEATURES
Slide 25
DEFAULT THEME FEATURES 1. Homepage
Slide 26
DEFAULT THEME FEATURES 1. Homepage 2. Navbar
Slide 27
DEFAULT THEME FEATURES 1. Homepage 2. Navbar 3. Sidebar
WHAT MAKES VUEPRESS GREAT? Provides an incredible default theme that allows you to focus on what's important: writing documentation
Slide 32
WHAT MAKES VUEPRESS GREAT? Provides an incredible default theme that allows you to focus on what's important: writing documentation It leverages technology and languages that developers are already comfortable with
Slide 33
THINGS YOU NEED TO KNOW
Slide 34
THINGS YOU NEED TO KNOW 1) npm install / npm run dev
Slide 35
THINGS YOU NEED TO KNOW 1) npm install / npm run dev 2) Markdown syntax
Slide 36
THINGS YOU NEED TO KNOW 1) npm install / npm run dev 2) Markdown syntax 3) Git
Slide 37
THINGS YOU NEED TO KNOW 1) npm install / npm run dev 2) Markdown syntax 3) Git 4) . . . That's it
Slide 38
WHAT MAKES VUEPRESS GREAT? Provides an incredible default theme that allows you to focus on what's important: writing documentation It leverages technology and languages that developers are already comfortable with
Slide 39
WHAT MAKES VUEPRESS GREAT? Provides an incredible default theme that allows you to focus on what's important: writing documentation It leverages technology and languages that developers are already comfortable with Contains built-in markdown extensions that are optimized for technical documentation
Slide 40
COOL MARKDOWN EXTENSIONS
Slide 41
COOL MARKDOWN EXTENSIONS 1. Emojis
Slide 42
COOL MARKDOWN EXTENSIONS 1. Emojis 2. Front Matter
COOL MARKDOWN EXTENSIONS 1. Emojis 2. Front Matter 3. GitHub-Style Tables 4. Code Syntax Highlighting 5. Line Highlighting in Code Blocks
Slide 46
COOL MARKDOWN EXTENSIONS 1. Emojis 2. Front Matter 3. GitHub-Style Tables 4. Code Syntax Highlighting 5. Line Highlighting in Code Blocks 6. Custom Containers
Slide 47
WHAT MAKES VUEPRESS GREAT? Provides an incredible default theme that allows you to focus on what's important: writing documentation It leverages technology and languages that developers are already comfortable with Contains built-in markdown extensions that are optimized for technical documentation
Slide 48
WHAT MAKES VUEPRESS GREAT? Provides an incredible default theme that allows you to focus on what's important: writing documentation It leverages technology and languages that developers are already comfortable with Contains built-in markdown extensions that are optimized for technical documentation Every page generated by VuePress has its own prerendered static HTML, providing great loading performance and is SEO-friendly
Slide 49
Slide 50
“
VuePress is a static site generator with a Vue-powered theming system that comes with a default theme optimized for technical documentation.
Slide 51
“
VuePress is a static site generator with a Vue-powered theming system that comes with a default theme optimized for technical documentation.
Slide 52
VUE.JS TLDR;
Slide 53
“
Vue is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable.