Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daviddevgt/url-shortener
Acortador de enlaces con Vue y Node.js
https://github.com/daviddevgt/url-shortener
Last synced: about 2 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-20T21:01:19.000Z (11 months ago)
- Last Synced: 2024-02-20T22:23:49.732Z (11 months 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/).