/food_label_maker

Food Label Maker. PDF generator

Primary LanguageVue

Food Label PDF Generator

食品表示ラベルを作成するためのプログラムです。 印刷の用紙サイズはA4を想定し作成しています。

こちらのプログラムを使用して作成した食品表示ラベルに関する問題につきましては当方では一切の責任を負いかねますので、ご了承をお願いいたします。

入力画面

enter the info. Food Label PDF Generator is intended to use food label making.

Image of label maker

プレビュー

click "Previw". You can previw pdf label output image.

image of preview

PDF

click "Download". You can download pdf file.

image of pdf

Build Setup

# 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.