美文网首页
Vue.js从0到1:Hello World

Vue.js从0到1:Hello World

作者: 鱼da王 | 来源:发表于2018-08-12 19:05 被阅读0次
    1. Vue.js 官网

    2. 下载Vue.js两个版本

      下载地址:https://cn.vuejs.org/v2/guide/installation.html

      开发版本:包含完整的警告和调试模式

      生产版本:删除了警告,30.90KB min+gzip

    3. 建立文件目录

      assert目录:在linux及unix下不编译


      Vue文件目录 .jpg

    注意 : index.html的位置

    1. 搭建临时服务:live-server

      install :

      cnpm install -g live-server
      

      start up:

      live-server
      
    2. 初始化项目

      npm install
      
    3. code Vue helloworld


      Vue-HelloWorld.jpg

    学习链接: 技术胖

    相关文章

      网友评论

          本文标题:Vue.js从0到1:Hello World

          本文链接:https://www.haomeiwen.com/subject/grzsbftx.html