GitXplorerGitXplorer
r

vue-pinterest

public
22 stars
2 forks
29 issues

Commits

List of commits on branch master.
Unverified
0c3f5306bccc1a7866504ebeb1c9e68ff1694035

Added screenshots to readme

rratracegrad committed 5 years ago
Unverified
3b70485fb4f5e99986198928b0517c08df9bbf94

Updated link to image

rratracegrad committed 5 years ago
Unverified
c71f097d573b6513230824894d8c84066970d95d

Updated README file

rratracegrad committed 5 years ago
Unverified
7c31d3d87ff4ff406c79bd0753d247e13ef50041

first commit

rratracegrad committed 5 years ago

README

The README file for this repository.

Create a Pinterest style grid

This code is for an article I wrote on medium.com on how to create a Pinterest style grid for images. In that article I walk you through step-by-step on how to create this layout. The end result is that you create a layout that will look like this:

Pinterest style grid layout

Read the article

If you would like to read the article you can view it on medium.com here

Live Preview

You can view the app live here.

Tech Stack

  • Vue.js
  • JavaScript

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.