https://github.com/tmeftah/e-invoice-frontend
Frontend for e-invoice api
https://github.com/tmeftah/e-invoice-frontend
api-client e-invoice nuxtjs vuejs vuetify
Last synced: 13 days ago
JSON representation
Frontend for e-invoice api
- Host: GitHub
- URL: https://github.com/tmeftah/e-invoice-frontend
- Owner: tmeftah
- License: mit
- Created: 2020-04-20T09:35:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:55:28.000Z (over 2 years ago)
- Last Synced: 2025-05-07T19:14:09.989Z (13 days ago)
- Topics: api-client, e-invoice, nuxtjs, vuejs, vuetify
- Language: Vue
- Homepage:
- Size: 1.09 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# e-invoice-frontend
[](https://app.netlify.com/sites/e-invoice/deploys)
> frontend for e-invoice api
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).