This project was bootstrapped with Vue CLI.
Install all necessary dependencies yarn install
Run yarn serve
for a dev server. Navigate to http://localhost:8080/
.
Run yarn build
to build the project with correct resource pathing for the sake of deploying to make.
The build artifacts will be stored in the /dist
directory.
When importing into Make be sure to import from the /dist
folder.
The following data
inputs are available as well.
headline
: stringbackgroundImage
: string (public URL)showLogos
: boolean
Here are some helpful links to get you started
- Docs: First point of call
- Twitter: Drop us a message on twitter if you find a bug or have any feedback
- Vue CLI documentation