Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirade/vuestagram-frontend
Clone Instagram with Vue.js
https://github.com/kirade/vuestagram-frontend
Last synced: 3 months ago
JSON representation
Clone Instagram with Vue.js
- Host: GitHub
- URL: https://github.com/kirade/vuestagram-frontend
- Owner: Kirade
- Created: 2020-01-23T05:43:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T21:43:15.000Z (about 2 years ago)
- Last Synced: 2023-03-10T13:45:03.836Z (almost 2 years ago)
- Language: Vue
- Size: 1.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuestagram
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).