Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>createVueTplNew to Visual Studio Code? Get it now.
createVueTpl

createVueTpl

yang ni

|
39 installs
| (0) | Free
create index.vue file by menue
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

createvuetpl README

vs code自定义插件。文件夹右键菜单,自动生成模版文件

Feature

vue3 模板

<template>
    <view>
        
    </view>
</template>

<script lang='ts'>
    import { defineComponent } from 'vue';

    export default defineComponent({
        setup() {

            return {
            }
        }
    })
</script>

<style lang='scss'>

</style>

Extension Settings

  • create index.vue file: create index file

1.0.0

Initial

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft