Skip to content

Latest commit

 

History

History
executable file
·
29 lines (20 loc) · 519 Bytes

README.md

File metadata and controls

executable file
·
29 lines (20 loc) · 519 Bytes

HelloWorld - SingleFileComponent TS Starter Template

Live | Home GitHub

Setup

install:

    # NPM
    npm install @mmit/vuetssfcstarter --save

    # YARN
    yarn add @mmit/vuetssfcstarter

Import: (in your main.js)

    import HelloWorldElements from '@mmit/vuetssfcstarter'
    Vue.use(HelloWorldElements)

Usage

Use: (in your local .vue file/component, html section)

    <hello-world></hello-world>