1. Use the shortcut Ctrl + Shift + P to call out the console 2, then enter "snippets" and select 2. Then enter vue, vs code automatically generates the vue.json file. 3. Change the vue.json file to the following template (you can modify the template content according to your personal needs) { "Print to console": { "prefix": "vue", "body": [ "<template>", " <div">$0</div>", "</template>", "", "<script>", "export default {", "components: {},", " props: {},", " data() {", " return {", " };", " },", "watch: {},", " computed: {},", " methods: {}, ", " created() {},", "mounted() {}", "};", "</script>", "<style lang=\"scss\" scoped>", "</style>" ], "description": "A vue file template" } } Then create a new vue file, enter "vue", press the Enter key or Tab key, and the template will be automatically generated: This is the end of this article about vsCode generating vue templates with one click. For more relevant vsCode generating vue templates, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Install Linux rhel7.3 operating system on virtual machine (specific steps)
>>: getdata table table data join mysql method
When using docker images, images with both REPOSI...
About who Displays users logged into the system. ...
W3C recently released two standards, namely "...
[mysql] replace usage (replace part of the conten...
1. Command method Run the nginx service in the cr...
Recently, Microsoft released the 2019 server syst...
1. Enter the /etc/init.d directory: cd /etc/init....
As of now, the latest version of CentOS is CentOS...
Add rules to the el-form form: Define rules in da...
Preface For a long time, the application and lear...
Solution: Bind the click event to the audio compo...
The following error message appears when installi...
Table of contents 1. Brief description 2. Steps t...
In the previous article - The charm of one line o...
1. Click Terminal below in IDEA and enter mvn cle...