Desktop Calculator in Vue.Js (Electron-Builder, Vue.Js)
Run
Clone the Repository
git clone https://github.com/MuhaddiMu/Vue-Desktop-Calculator.git
Run npm install
inside Project folder
To start a Development Server
If you use Yarn (strongly recommended):
yarn electron:serve
or if you use NPM:
npm run electron:serve
To Build your app
With Yarn:
yarn electron:build
or with NPM:
npm run electron:build
To see more documentation Visit Website.
Ideas, PR, Suggestions highly appreciated!