Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logotip4ik/url-shortener
Url Shortener build with Vue, Tailwindcss and FaunaDB
https://github.com/logotip4ik/url-shortener
Last synced: 2 days ago
JSON representation
Url Shortener build with Vue, Tailwindcss and FaunaDB
- Host: GitHub
- URL: https://github.com/logotip4ik/url-shortener
- Owner: logotip4ik
- Created: 2020-10-29T18:10:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T15:48:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T10:02:23.019Z (over 1 year ago)
- Language: JavaScript
- Size: 3.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
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/).