AmmanVMS / event-poster-generator

A generator for event posters all in the same style, markdown supported

Home Page:https://AmmanVMS.github.io/event-poster-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A generator for event posters all in the same style, markdown supported

https://AmmanVMS.github.io/event-poster-generator

License:MIT License


Languages

Language:Vue 53.7%Language:TypeScript 42.1%Language:JavaScript 3.7%Language:Shell 0.5%