Skip to content

Dharmendra205111014/vue-ts-decorator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-ts-decorator

Vue Typescript component snippet using vue-property-decorator

Right now it just provide you vue-property-decorator class based component just start typing vue-ts-decorator in new .Vue file. This is useful for single file component.

    <template>
        <div class="my-component"></div>
    </template>

    <script lang="ts">
    import { Vue, Component, Prop } from 'vue-property-decorator'

    @Component({})
    export default class MyComponent extends Vue {

    }
    </script>

Currently it will be available globally in editor.

How to publish

Follow https://code.visualstudio.com/api/working-with-extensions/publishing-extension

contribution

Any contribution is welcome, please raise a PR

About

Vue Typescript component snippet using vue-property-decorator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published