https://github.com/gkucmierz/social-links-app
Demo app that utilizes social-links npm module
https://github.com/gkucmierz/social-links-app
Last synced: 3 months ago
JSON representation
Demo app that utilizes social-links npm module
- Host: GitHub
- URL: https://github.com/gkucmierz/social-links-app
- Owner: gkucmierz
- Created: 2022-09-27T17:01:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T19:16:26.000Z (4 months ago)
- Last Synced: 2025-01-31T20:23:49.601Z (4 months ago)
- Language: Vue
- Homepage: https://gkucmierz.github.io/social-links-app
- Size: 2.61 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# social-links-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/).