
Research
/Security News
11 Malicious NuGet Tools Pose as Game Cheats to Drop a Windows Host-Surveillance Payload
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.
@opentiny/tiny-toolkit-pro
Advanced tools
TinyCLI 是一个跨平台的前端工程化 CLI 工具,为开发者提供一系列开发套件及工程插件,覆盖前端开发的整个链路,保证团队开发过程的一致性和可复制性。
TinyPro 是 TinyCLI 的一个套件,是一个开箱即用、前后端分离的后台管理模板。
特性:
官网:https://opentiny.design/vue-pro
请确保您安装了Node.js、NPM、TinyCLI。
tiny init pro
选择 Vue 技术栈,初始化完成后,项目结构应该为:
tiny-pro
nestJs # 后端服务
web # 前端服务
后端服务支持 Docker 启动 与 命令启动 两种方式。
请确保您安装了 Docker。
在 tiny-pro/nestJs 下执行以下命令,启动后端服务:
docker compose up -d
请确保您安装了 MySQL、Redis。
在启动项目前请您做好如下检查:
.env 文件中 DATABASE_NAME 字段定义的数据库,且该数据库为空.env 文件中 DATABASE_SYNCHRONIZE 为 true完成上述检查后,您可以在 tiny-pro/nestJs 下执行以下命令,启动后端服务:
npm i && npm start
在 tiny-pro/web 下依次执行以下命令:
npm inpm start更详细的文档请参考 TinyPro 官网:https://opentiny.design/vue-pro
如果你有意愿参与本项目的贡献,可以通过以下方式启动前后端(前提是 MySQL/Redis 服务已成功启动),并进行项目开发和调试。
demo_tiny_pro# 连接 MySQL 数据库
mysql -u root -p
# 创建 demo_tiny_pro 数据库
create database demo_tiny_pro;
# 查看数据库是否创建成功
show databases;
Redis 不需要安装,只需要点击 redis-server.exe 即可启动。
在系统环境变量的 Path 中配置 Redis 目录,比如:C:\Program Files\Redis\。
验证 Redis 是否连接成功:
在命令行终端输入:
redis-cli
在可交互终端中输入:ping,如果 Redis 连接成功的话,应该返回:PONG。
$ redis-cli
127.0.0.1:6379> ping
PONG
cd template/nestJs
cp .env.example .env
# 安装依赖
pnpm i
# 启动后端,执行该命令之后,会初始化 MySQL 数据库 demo_tiny_pro 的表结构,并填充表数据
pnpm dev:backend
# 启动前端
pnpm dev
启动成功之后,会自动打开浏览器,并访问:http://localhost:3031/。
添加官方小助手微信:opentiny-official,加入我们的技术交流群。
Thanks goes to these wonderful people (emoji key):
Kagol 💻 | GaoNeng 💻 | liukun 💻 | huqi 💻 | CatWithFish 💻 | ajaxzheng 💻 | zhaoxiaofeng876 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
TinyPro Vue:开箱即用、前后端分离的 Vue 后台管理模板
The npm package @opentiny/tiny-toolkit-pro receives a total of 25 weekly downloads. As such, @opentiny/tiny-toolkit-pro popularity was classified as not popular.
We found that @opentiny/tiny-toolkit-pro demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.