Skip to content

FrontendMatter/fmv-highlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fmv-highlight

Syntax Highlight Vue Component using Highlight.js & js-beautify

Installation

npm install fmv-highlight

Usage

Template

<fmv-highlight :code="code" />

Script

import VueHighlightJS from 'vue-highlightjs'
Vue.use(VueHighlightJS)

import 'fmv-highlight/dist/fmv-highlight.css'
import {FmvHighlight} from 'fmv-highlight'

export default {
  components: {
    FmvHighlight
  },
  data() {
    return {
      code: `
      // code to Syntax Highlight
      `
    }
  }
}

About

Syntax Highlight Vue Component using Highlight.js & js-beautify

Resources

Stars

Watchers

Forks

Packages

No packages published