Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/publish-helper/publish-helper-vue
发布辅助器页面vue实现
https://github.com/publish-helper/publish-helper-vue
Last synced: about 1 month ago
JSON representation
发布辅助器页面vue实现
- Host: GitHub
- URL: https://github.com/publish-helper/publish-helper-vue
- Owner: publish-helper
- License: gpl-3.0
- Created: 2024-04-24T01:43:41.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-06-07T16:21:20.000Z (7 months ago)
- Last Synced: 2024-06-07T17:53:23.889Z (7 months ago)
- Language: Vue
- Size: 670 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# publish-helper-vue
发布辅助器页面vue实现# 快速开始
### 依赖安装
```
npm install
```### 项目启动
```shell
npm run serve
```### 项目打包
```shell
npm run build
```提示tips:
> 如果提示openssl编译报错
> 是因为nodejs版本比较新,执行下面的命令配置环境变量即可```shell
export NODE_OPTIONS="--openssl-legacy-provider"
```### 开发进度
| 计划 | 状态 |
|--------|--|
| 照搬gui页面 | ✅ |
| 设置 | ✅ |
| 电视剧 | ✅ |
| 短剧 | |
| 电影 | |![img.png](docs/image/img.png)
![img_1.png](docs/image/img_1.png)
![img_2.png](docs/image/img_2.png)
![img_3.png](docs/image/img_3.png)