# finance **Repository Path**: ou-feiyang/finance ## Basic Information - **Project Name**: finance - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: ofy - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-20 - **Last Updated**: 2026-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # qk-finance-system 基础服务平台系统 基于vue3的基础服务平台(整合号卡、流量包、财务系统等功能) ## IDE [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ## Project Start ```sh npm install ``` ### 开发环境 Project Development ```sh npm run dev ``` ### 预发布环境(测试环境) Project preview Production ```sh npm run build:dev ``` ### 生产环境 Project Production ```sh npm run build:prod ``` ### ESLint格式化 ```sh npm run lint ``` ### 配置自动格式化代码,需要下载Prettier插件