美文网首页
electron 实战训练

electron 实战训练

作者: 曾经也是个少年 | 来源:发表于2020-08-12 09:41 被阅读0次

    1.https://github.com/SimulatedGREG/electron-vue

    Install vue-cli and scaffold boilerplate

    npm install -g vue-cli
    vue init simulatedgreg/electron-vue my-project

    Install dependencies and run your app

    cd my-project
    yarn # or npm install
    yarn run dev # or npm run dev

    相关文章

      网友评论

          本文标题:electron 实战训练

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