https://github.com/koca/converty
Transform your data, offline. PWA.
https://github.com/koca/converty
javascript offline pwa vue
Last synced: 3 months ago
JSON representation
Transform your data, offline. PWA.
- Host: GitHub
- URL: https://github.com/koca/converty
- Owner: koca
- License: mit
- Created: 2018-08-25T11:41:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T13:57:05.000Z (almost 8 years ago)
- Last Synced: 2025-03-06T14:52:59.910Z (over 1 year ago)
- Topics: javascript, offline, pwa, vue
- Language: JavaScript
- Homepage: https://converty.netlify.com
- Size: 651 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Converty
Transform your data. It works offline. Built with [Vue](https://vuejs.org/) and [Tailwindcss](https://tailwindcss.com/).
Live: [converty.netlify.com](https://converty.netlify.com)

## Lighthouse
Lighthouse results

## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Lints and fixes files
```
yarn run lint
```
### Run the unit tests
```
yarn run test:unit
```
## Dependencies
- [sprintf-js](https://ghub.io/sprintf-js): JavaScript sprintf implementation
- [tailwindcss](https://ghub.io/tailwindcss): A utility-first CSS framework for rapidly building custom user interfaces.
- [vue](https://ghub.io/vue): Reactive, component-oriented view layer for modern web interfaces.
- [vuex](https://ghub.io/vuex): State management for Vue.js
## Licence
[MIT](https://opensource.org/licenses/MIT) © [Mesut Koca](https://mesutkoca.com)