Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Immanuel Onyeka c566ddb991 Correctly represent fee types in estimates vue hace 1 año
assets Add mandatory FHA MIP as a fee hace 1 año
components Correctly represent fee types in estimates vue hace 1 año
migrations Save estimates to database from summary view hace 1 año
.gitignore Fix errors and rename migration setup file hace 1 año
README.md Setup Vue hace 1 año
app.tpl Add sidebar hace 1 año
config.default.go Pull first SQL query into a struct hace 1 año
go.mod Add API routing and login functions hace 1 año
go.sum Add API routing and login functions hace 1 año
helpers.js Move fees form to a new component hace 1 año
home.tpl Setup Vue hace 1 año
main.js Add sidebar menu hace 1 año
master.tpl Add missing test user fields in seeds hace 1 año
package-lock.json Make sidebar toggleable on mobile hace 1 año
package.json Make sidebar toggleable on mobile hace 1 año
skouter.go Save estimates to database from summary view hace 1 año
terms.tpl Setup HTML template files hace 2 años
webpack.config.js Sync <input/> and data:{} values hace 1 año

README.md

Bundling

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