# StarAnalysis **Repository Path**: FanSky_Qs/StarAnalysis ## Basic Information - **Project Name**: StarAnalysis - **Description**: 星探 - Web端APK在线分析系统(Vue2.7) StarAnalysis - APK analysis system of Star Exploration Web - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-08 - **Last Updated**: 2023-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
[//]: # (

ApkAnalysis

) LogoImg

[![AFanSKyQs](https://img.shields.io/badge/GitHub_AFanSKyQs-yellowgreen?logo=github)](https://github.com/AFanSKyQs) [![Discord](https://img.shields.io/badge/Discord_FanSky_Qo-blueviolet?logo=discord)](https://twitter.com/lilianlee90/) [![Bilibili](https://img.shields.io/badge/Bilibili_繁星灬守护-ff69b4?logo=bilibili)](https://space.bilibili.com/400618772) [![Gitee](https://img.shields.io/badge/Gitee?那是什么鸭~-blueviolet?style=flat-square&logo=gitee)](https://gitee.com/FanSky_Qs) [![QQ](https://img.shields.io/badge/QQ-3141865879-success?style=flat-square&logo=tencent-qq)](https://res.abeim.cn/api/qq/?qq=3141865879)
# StarAnalysis # 星探 - Web端APK在线分析系统 > StarAnalysis - APK analysis system of Star Exploration Web ## 使用安装 ### clone项目 ``` bash git clone https://github.com/AFanSKyQs/StarAnalysis.git ``` ### 国内换源,以更快的安装依赖等 ``` bash npm config set registry "https://registry.npm.taobao.org" ``` ### 安装依赖 ``` bash npm install ``` ### 解决node版本问题 ``` bash set NODE_OPTIONS=--openssl-legacy-provider ``` ### 启动 ``` bash npm run dev ``` 进入:http://localhost:3000/ ### build for production and launch server ``` bash npm run build npm run start ``` # generate static project ``` bash npm run generate ``` For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).