Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Immanuel Onyeka 6566e1a4e9 Fix type and syntax errors před 1 rokem
assets Display letterhead as 400x200 pixel image před 1 rokem
components Fix type and syntax errors před 1 rokem
migrations Fix type and syntax errors před 1 rokem
views Dislay PDF mockup as test page před 1 rokem
.gitignore Add address and phone number to user and branch před 1 rokem
README.md List env variables in readme před 1 rokem
config.default.go Pull first SQL query into a struct před 2 roky
go.mod Resize selected letterhead to good dimensions před 1 rokem
go.sum Resize selected letterhead to good dimensions před 1 rokem
helpers.js Show currency formated summary in estimates.vue před 1 rokem
main.js Add sidebar menu před 2 roky
package-lock.json Add address and phone number to user and branch před 1 rokem
package.json Add address and phone number to user and branch před 1 rokem
skouter.go Use environment variables instead of config file před 1 rokem
webpack.config.js Add address and phone number to user and branch před 1 rokem

README.md

Environment variables

DBName DBUser DBPass

Bundling

Uses ESbuild and the Vue node package. sudo apt install esbuild; npm install vue; ``