https://github.com/daviddevgt/url-shortener
Acortador de enlaces con Vue y Node.js
https://github.com/daviddevgt/url-shortener
Last synced: 3 months ago
JSON representation
Acortador de enlaces con Vue y Node.js
- Host: GitHub
- URL: https://github.com/daviddevgt/url-shortener
- Owner: DavidDevGt
- Created: 2023-07-27T17:41:38.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T21:01:19.000Z (over 2 years ago)
- Last Synced: 2025-02-24T15:51:59.300Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# url-shortener
## 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/).