ElectronはWebview快速開発プロジェクトを使用して、web側が一度に多端共用を開発する

924 ワード

ディレクトリ構造
```sh

├── assets                #       

├── mac-tool              # mac          

│   └──preinstall         #     --       、       

├── node_modules          # npm     

├── Output              #        

├── renderViews           #       , vueProject    

├── vueProject            #       

│   ├── node_modules      # npm     

│   ├── public            #                   (dist) ,    webpack  

│   ├── src               #            ,    

│   │   ├── api           #            ,    

│   │   ├── assets        #         ,    ,  ,   

│   │   ├── components    #       

│   │   ├── lang          #          

│   │   ├── router        # vue-router     https://router.vuejs.org/zh/guide/

│   │   ├── store         # vuex      https://vuex.vuejs.org/zh/

│   │   ├── styles        #       

│   │   ├── theme         #     

│   │   ├── utils         #      ,     “   ”    

│   │