/vuelectron-db-handler

Aplicação desktop usando Vue e Electron para manipular um banco de dados MySQL através da biblioteca Knex.js

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