Vue download and configuration (Vue files and routing files)

Table of contents

Vue file version 2.7.14:

Vue-routing:

 Finish:


Vue file version 2.7.14:

Vue  does not support  IE8 and below, because Vue uses ECMAScript 5 features that IE8 cannot emulate. But it supports all ECMAScript5 compliant browsers

Vue file download address: Installation - Vue.js (vuejs.org) 

 This version is the version that the blog has been using before, and it is also the most stable version in Vue2.

 Introduce:

I changed the name of the file here, and you can refer to it as usual according to your vue address

Vue-routing:

Vue routing is deeply integrated with Vue.js core, making it easy to build single-page applications with Vue.js

Vue routing download address: unpkg.com/[email protected]/dist/vue-router.js

After you click, you will enter this page, directly ctrl+a to select all and copy it to a js file created by yourself, and you can use it

 Introduce:

To use routing in Vue, you must first import the Vue file

vue-router.js is the routing file name created by myself

 Finish:

If you don't understand anything, or if there is something wrong with the download teaching, you can mention it at any time.

Guess you like

Origin blog.csdn.net/zky__sch/article/details/132332868