# bigDataExcel **Repository Path**: sohucw/big-data-excel ## Basic Information - **Project Name**: bigDataExcel - **Description**: 大的excel数据导出 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 5 - **Created**: 2022-07-11 - **Last Updated**: 2025-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-typescript-starter ### Plugins - [`vue/compositon-api`](https://github.com/vuejs/composition-api) - Vue 2 plugin for Composition API - [`axios`](https://github.com/axios/axios) - Promise based HTTP client for the browser and node.js - [`pinia`](https://github.com/vuejs/pinia) - Intuitive, type safe and flexible Store for Vue - [`vue-router`](https://github.com/vuejs/vue-router) - The official router for Vue.js - [`less`](https://github.com/less/less.js) - A backwards-compatible language extension for CSS - [`eslint`](https://github.com/eslint/eslint) - A tool for identifying and reporting on patterns found in ECMAScript/JavaScript code - [`prettier`](https://github.com/prettier/prettier) - An opinionated code formatter - [`lint-staged`](https://github.com/okonet/lint-staged) - Run _linters_ on git _staged_ files - [`jest`](https://github.com/facebook/jest) - A comprehensive JavaScript testing solution. - [`husky` ](https://github.com/typicode/husky)- Modern native Git hooks made easy - [`dep-check`](https://github.com/depcheck/depcheck) - A tool for analyzing the dependencies in a project to see ## Usage ### Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run dev ``` ### Compiles and minifies for production ``` npm run build ``` ### Run all unit tests ``` npm run test ``` ### Run single Test make sure in `tests -> unit` ``` cd .\tests\unit ``` test your file ``` npx jest [FilePath like .\example.spec.ts] ``` ### Format code manually. ``` npm run lint-fix ``` ### Use commitizen ``` npx cz ``` ### Check dependencies ``` npx depcheck ```