Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karabayyazilim/pinterest-clone
Pinterest Clone Vue.js
https://github.com/karabayyazilim/pinterest-clone
Last synced: about 1 month ago
JSON representation
Pinterest Clone Vue.js
- Host: GitHub
- URL: https://github.com/karabayyazilim/pinterest-clone
- Owner: karabayyazilim
- Created: 2021-10-09T02:18:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-09T02:20:00.000Z (over 3 years ago)
- Last Synced: 2024-11-09T23:14:48.441Z (3 months ago)
- Language: Vue
- Size: 266 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pinterest Clone Vue.Js
Unsplash api was used for images in this project### [Demo](https://karabayyazilim-pinterest-clone.netlify.app/)
## 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](https://cli.vuejs.org/config/).