Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr-pine/link-shortener-website
https://github.com/mr-pine/link-shortener-website
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mr-pine/link-shortener-website
- Owner: Mr-Pine
- License: apache-2.0
- Created: 2021-11-28T21:22:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-24T22:15:40.000Z (over 2 years ago)
- Last Synced: 2024-10-11T11:47:03.225Z (28 days ago)
- Language: Vue
- Size: 295 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# website
## 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/).