Electron + vue.js template Table of Contents 1. Install 2. Usage 3. What’s Included 1. Install This is a project template for vue-cli. $ yarn global add vue-cli $ vue init isuke/vuejs-electron-template my-project $ cd my-project $ yarn install 2. Usage 2.1. Develop $ yarn run dev 2.2. Build $ yarn run build 2.3. Test $ yarn run test 3. What’s Included vue.js vue-router lodash axios postCss autoprefixer (option) postcss-flexbugs-fixes (option) altCss scss (select) stylus (select) unit test (option) @vue/test-utils mocha expect e2e test (option) spectron