vue理解

1、实例化

new Vue({
  el:'#id',
  router,
  components:{App},
  template:<App />
})
new Vue({
  router,
  store,
  axios,
  render:h=>h(App)
}).$mount('#app')

2、拓展

报错-Expected indentation of 0 spaces 
eslintrc.js 添加
"indent": ["off", 2]
vue搭建项目
JSRUN前端笔记, 是针对前端工程师开放的一个笔记分享平台,是前端工程师记录重点、分享经验的一个笔记本。JSRUN前端采用的 MarkDown 语法 (极客专用语法), 这里属于IT工程师。