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.
- Host: GitHub
- URL: https://github.com/tommy131/owolink
- Owner: Tommy131
- Created: 2022-06-19T21:45:50.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-09-05T14:59:57.000Z (8 months ago)
- Last Synced: 2025-01-19T19:51:32.832Z (3 months ago)
- Language: Vue
- Size: 12.8 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
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
```