Skip to content

This project based on electron-vue, customized to work with sqlite3, theme are inspired by postman.

Notifications You must be signed in to change notification settings

mahmudinashar/electron-vue-sqlite3

Repository files navigation

ELECTRON - VUE - SQLITE3

This project is electron-vue starterkit working with sqlite3, this project was inspired by postman (https://www.postman.com/). Postman is one of most popular application which is build with electron and react. We have attach some popular javascript script in this project, that make this project ready to use.

I hope, you can easily build a fancy modern desktop application with this.

Built With

  • Vue.Js - The Progressive JavaScript Framework
  • Electron.Js - Framework for creating native applications with web technologies
  • Electron-Vue - An Electron & Vue.js quick start boilerplate with vue-cli scaffolding,
  • Bootstrap-Vue - With BootstrapVue you can build responsive, mobile-first, and ARIA accessible projects on the web using Vue.js
  • Bootstrap - The world’s most popular front-end open source toolkit
  • Bootstrap-Vue - With BootstrapVue you can build responsive, mobile-first, and ARIA accessible projects on the web using Vue.js
  • Simple-line-icons - Simple and Minimal Line Icons
  • Sqlite3 - Asynchronous, non-blocking SQLite3 bindings for Node.js.
  • ESLint - ESLint is an open source JavaScript linting utility
  • More - check in package.json

Setup Project

# clone project
git clone https://github.com/mahmudinashar/electron-vue-sqlite3.git

# enter project folder
cd electron-vue-sqlite3

# install dependencies
yarn or npm install

# fixing your script
npm run lint:fix

# building native dependencies {electron require native}
npm run postinstall

# running project in development
npm run dev

# build project
npm run build

# lint all JS/Vue component files in `src/`
npm run lint:fix

Screenshoot

image image

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT