Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eusonlito/invoice-vue
Vue Frontend | https://invoice.lito.com.es/ | https://invoice-demo.lito.com.es/
https://github.com/eusonlito/invoice-vue
Last synced: 16 days ago
JSON representation
Vue Frontend | https://invoice.lito.com.es/ | https://invoice-demo.lito.com.es/
- Host: GitHub
- URL: https://github.com/eusonlito/invoice-vue
- Owner: eusonlito
- Created: 2019-11-11T19:40:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T13:28:26.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T04:23:53.313Z (26 days ago)
- Language: JavaScript
- Homepage:
- Size: 2.39 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# invoice-vue
Este proyecto es la base de frontend para https://invoice.lito.com.es y https://invoice-demo.lito.com.es
Este proyecto usa un tema propietario de pago que puedes comprar aquí https://themeforest.net/item/vuexy-vuejs-html-laravel-admin-dashboard-template/23328599 y que es necesario para complementar los estilos que faltan.
## Instalación
```bash
$> git clone https://github.com/eusonlito/invoice-vue.git vue
$> cd vue
$> cp .env.example .env.development.local
$> vi .env.development.local # Rellenar con la configuración de entorno
$> npm install
$> yarn run serve
$> yarn run build --mode production
```