/vuelectron-db-handler

Desktop app with Vue and Electron to manipulate a MySQL database through the Knex.js query builder

Primary LanguageJavaScript

Desktop Database CRUD

💻 A CRUD desktop application built with Vue and Electron to manipulate a MySQL database

This project use a clone of the database from my repository: lyric-book

example


Project setup

yarn install

Compiles and hot-reloads for development

yarn serve 

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Reset database

yarn reset

Run Jest tests

yarn test