https://github.com/mwcz/mech-labels
A quick and dirty label printer for a mech keyboard meetup.
https://github.com/mwcz/mech-labels
Last synced: 2 months ago
JSON representation
A quick and dirty label printer for a mech keyboard meetup.
- Host: GitHub
- URL: https://github.com/mwcz/mech-labels
- Owner: mwcz
- Created: 2019-06-03T18:05:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:50:24.000Z (over 1 year ago)
- Last Synced: 2025-03-17T17:09:28.238Z (3 months ago)
- Language: Vue
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mech-labels
This is a quick label printer for a mechanical keyboard meetup. Takes in a CSV from google sheets and creates a printable page from the data.
## Project setup
```
npm install
```Download the CSV from the group's google sheet and save it in `src/labels.csv`. Should be updated before each meetup.
### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```