mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-28 08:21:08 -04:00
Add readme
This commit is contained in:
29
README.md
29
README.md
@ -1,6 +1,26 @@
|
|||||||
# moku serverless invoices
|
# Serverless Invoices by Moku
|
||||||
|
|
||||||
|
Serverless Invoices is a free invoice management solution for freelancers and small businesses.
|
||||||
|
|
||||||
|
It is open-source and easily extendable. You can implement your own features, localization, styling
|
||||||
|
or even add a fully operational backend.
|
||||||
|
|
||||||
|
Sponsored and maintained by [Moku](https://mokuapp.io)
|
||||||
|
|
||||||
|
## Features
|
||||||
|
- Truly serverless - data stored in your browser only, no network requests
|
||||||
|
- Create, edit, delete invoices
|
||||||
|
- Track invoice status and due date
|
||||||
|
- Create, edit, delete bank accounts
|
||||||
|
- Create, edit clients
|
||||||
|
- Edit company
|
||||||
|
- Export data to JSON
|
||||||
|
- Import data from JSON
|
||||||
|
- Print to PDF
|
||||||
|
- Dark and light mode!
|
||||||
|
|
||||||
## Project setup
|
## Project setup
|
||||||
|
|
||||||
```
|
```
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
@ -15,15 +35,8 @@ npm run serve
|
|||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
### Run your tests
|
|
||||||
```
|
|
||||||
npm run test
|
|
||||||
```
|
|
||||||
|
|
||||||
### Lints and fixes files
|
### Lints and fixes files
|
||||||
```
|
```
|
||||||
npm run lint
|
npm run lint
|
||||||
```
|
```
|
||||||
|
|
||||||
### Customize configuration
|
|
||||||
See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
||||||
|
|||||||
Reference in New Issue
Block a user