Skip to content

SayraTeam/Sayra

Repository files navigation

Sayra

A Vue.js project

Build Setup

This PWA app propose to provide 3 different pages from Giphy API.

The first one displays a random GIF.

The second one, the 25 first trending GIFs.

And the last one displaying a random sticker.

# Launch in dev with vue-cli
npm run serve

# build for the production with vue-cli
npm run build

# compile production for heroku
npm run postinstall

# lint the project
npm run lint

For detailed explanation on how things work, checkout the guide and docs for vue-js.