# 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
)

[](https://github.com/AFanSKyQs)
[](https://twitter.com/lilianlee90/)
[](https://space.bilibili.com/400618772)
[](https://gitee.com/FanSky_Qs)
[](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).