# csv-plus **Repository Path**: mysh1214/csv-plus ## Basic Information - **Project Name**: csv-plus - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-10 - **Last Updated**: 2025-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # csv+ ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn run electron:serve ``` ### Compiles and minifies for production ``` yarn run electron:build ``` ### Run your unit tests (not yet) ``` yarn test:unit ``` ### Run your end-to-end tests (not yet) ``` yarn test:e2e ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).