You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
dist | 2 years ago | |
public | 3 years ago | |
src | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 7 months ago | |
babel.config.js | 3 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
vue.config.js | 3 years ago |
README.md
Geconomicus bank
Software to manage the Geconomicus banker's role.
Installation
Copy the /dist directory to your server and point the web server to index.html
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
or
npm run electron:serve
Debian does not open the electron window
sudo sysctl kernel.unprivileged_userns_clone=1
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint