0.0.14 • Published 4 years ago

vue-code-block v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Vue Code Block

npm.io npm.io

node.js vue.js

TODO

Documentation

Install it with Yarn or NPM

yarn add -D vue-code-block

OR

npm i vue-code-block --save-dev

Import it, ES6 way, in main.js / app.js file

import VueCodeBlock from 'vue-code-block'

Vue.use(VueCodeBlock)

Use it in a .vue file

<template>
    <div>
        <code-block>
            ```bash
            yarn
            yarn dev
            ```
        </code-block>
    </div>
</template>

License

MIT © @ewilan-riviere

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.1

4 years ago