https://github.com/emingenc/csvision
quick csv edit and import ui
https://github.com/emingenc/csvision
Last synced: 6 months ago
JSON representation
quick csv edit and import ui
- Host: GitHub
- URL: https://github.com/emingenc/csvision
- Owner: emingenc
- License: gpl-2.0
- Created: 2021-09-17T20:46:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T19:52:28.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T11:13:38.104Z (over 1 year ago)
- Language: Vue
- Homepage: https://emingenc.github.io/csvision
- Size: 3.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple quick csv editor (quick-csv-fix)
drag and drop your csv edit and fix quickly, export your csv
## Install the dependencies
```bash
yarn
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
yarn run lint
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.conf.js](https://v2.quasar.dev/quasar-cli/quasar-conf-js).
# quick-csv-fix