Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.8 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.8 KB

Event Poster Generator

This is a poster generator for the Amman Valley MakerSpace. It provides a form to input the name, title and other information for each event so everyone can generate their own poster easily.

Useful links:

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 to `docs`
$ npm run generate

Adapt To Your Own Events

  1. Change router.base in nuxt.config.js to be the base of your server path
  2. Change the form in pages/index.vue.
  3. If you need auto-completion of the form, change pages/data and the logic with trackZh and trackEn in pages/index.vue.
  4. If you are looking for a tool to generate QR code with different reference information in the URL, please check out Ovilia/qr-baker.

Framework

This repo uses NuxtJS.

For detailed explanation on how things work, check out the documentation.

Research