An open API service indexing awesome lists of open source software.

https://github.com/tommy131/owolink

A repository that share the longer Url in the shortest possible way.
https://github.com/tommy131/owolink

Last synced: about 1 month ago
JSON representation

A repository that share the longer Url in the shortest possible way.

Awesome Lists containing this project

README

        

# OwOLink-Vue

Welcome to visit this repository :) Here is a repo I used 2 days learned Vue 3 and developed it.

OwOLink is a repository that share the longer Url in the shortest possible way.

Backend: [OwOLink-Go](https://github.com/Tommy131/OwOWeb-Go/tree/main/modules/owol)
![Effect.GIF](tests/effect.gif)

Online Demo: [Click Me :)](https://owol.cc/)

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```

### Run Unit Tests with [Vitest](https://vitest.dev/)

```sh
npm run test:unit
```