Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonhteper/dwarf
Calculador de facturas RESICO
https://github.com/jonhteper/dwarf
Last synced: about 1 month ago
JSON representation
Calculador de facturas RESICO
- Host: GitHub
- URL: https://github.com/jonhteper/dwarf
- Owner: jonhteper
- License: gpl-3.0
- Created: 2022-03-10T02:41:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T17:04:27.000Z (about 1 year ago)
- Last Synced: 2024-01-20T18:23:09.525Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://jonhteper.me/resico/
- Size: 7.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dwarf
Calculador de facturas RESICO.Solo para personas físicas con actividad empresarial.
## Construcción
### Dependencias
* [`wasm-pack`](https://rustwasm.github.io/wasm-pack/installer/)
* [`npm`](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)### Compilación
#### Binario WASM
***Nota**: Aunque el proyecto ya cuenta con una versión precompilada de la librería WASM, opcionalmente puede recompilarla.** Entre en `dwarf-wasm` y ejecute
```bash
make
make deploy
```#### Aplicación Vue
Entre en `dwarf-vue` y ejecute
```bash
npm run build
```## Ejecutar en local
Entre en `dwarf-vue` y ejecute
```bash
npm run dev
```