# big-screen **Repository Path**: yang_dev/big-screen ## Basic Information - **Project Name**: big-screen - **Description**: 可视化大屏图表 4096 * 1536 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-22 - **Last Updated**: 2022-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # big-screen npm 源 ``` npm config set registry https://registry.npm.taobao.org/ yarn config set registry https://registry.npm.taobao.org ``` electron 源 ``` npm config set electron_mirror https://npm.taobao.org/mirrors/electron/ yarn config set electron_mirror https://npm.taobao.org/mirrors/electron ``` ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve yarn electron:serve ``` ### Compiles and minifies for production ``` yarn build yarn electron:build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).