美文网首页Electron 开发实战
Electron开发实战之06-vue

Electron开发实战之06-vue

作者: 1bdd9a4a74a2 | 来源:发表于2018-07-31 20:55 被阅读62次

    源码 j源码 j-step-c6相关视频

    • bash
    yarn add vue electron-webpack-vue -D
    
    • renderer/index.js
    
    import Vue from 'vue'
    
    new Vue({
      render: h => h('h1', 'Hello World')
    }).$mount('#app')
    
    
    • bash
    yarn dev
    

    上一节 Electron开发实战之05-build
    目录
    下一节 Electron开发实战之07-vue-router

    相关文章

      网友评论

        本文标题:Electron开发实战之06-vue

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