https://github.com/apgapg/labels-pdf-csv
Excel upload and address labels generation
https://github.com/apgapg/labels-pdf-csv
address-labels excel excel-nodejs nodejs
Last synced: about 2 months ago
JSON representation
Excel upload and address labels generation
- Host: GitHub
- URL: https://github.com/apgapg/labels-pdf-csv
- Owner: apgapg
- Created: 2021-07-28T07:45:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T04:14:36.000Z (almost 5 years ago)
- Last Synced: 2025-03-22T06:28:02.305Z (about 1 year ago)
- Topics: address-labels, excel, excel-nodejs, nodejs
- Language: Vue
- Homepage: http://www.ayushpgupta.com/labels-pdf-csv/
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# labels-pdf-csv
This project demonstrates excel file upload and generate address labels for printing.

## Extras
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).