# grid-visit **Repository Path**: lpenser/grid-visit ## Basic Information - **Project Name**: grid-visit - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-09 - **Last Updated**: 2021-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # grid-visit ## 运行 1. 安装包依赖 ``` npm i ``` 2. 运行 ``` npm run hmr ``` ## 打包 dev环境打包 ``` npm run build:dev ``` qas环境打包 ``` npm run build:qas ``` 生产环境打包: ``` npm run build ``` ## 运行环境 - node >= 12.22.0 - Typescript >= 4.2.3