_______          _         __          __  _     
 |__   __|        | |        \ \        / / | |    
    | | ___   ___ | |___ _____\ \  /\  / /__| |__  
    | |/ _ \ / _ \| / __|______\ \/  \/ / _ \ '_ \ 
    | | (_) | (_) | \__ \       \  /\  /  __/ |_) |
    |_|\___/ \___/|_|___/        \/  \/ \___|_.__/ 
                                                                                                 
  

只需简单几步,即可快速搭建属于自己的综合工具站。

[![node](https://img.shields.io/badge/any_text-18.14.2-red?label=node)](node) [![vue](https://img.shields.io/badge/any_text-3.3.10-origin?label=vue)](vue) [![tailwindcss](https://img.shields.io/badge/any_text-3.3.5-yellow?label=tailwindcss)](tailwindcss) [![elementplus](https://img.shields.io/badge/any_text-2.7-blue?label=element-plus)](elementplus) [![license](https://img.shields.io/github/license/taoran1401/tools-web)](LICENSE)
## 目录 - [功能展览](#功能展览) - [开始使用](#开始使用) - [docker方式](#docker方式) - [手动](#手动) ## 功能展览 ![](/public/index.png) ## 开始使用 ### docker方式 ``` docker run -d --name tools-web --restart unless-stopped -p 8080:80 docker0796/tools-web:latest ``` 访问:`http://127.0.0.1:8080` ### 手动 安装`pnpm` ``` npm install pnpm -g ``` 克隆 ``` git clone --depth=1 https://github.com/taoran1401/tools-web.git ``` 安装 ``` # 进入项目 cd tools-web # 复制配置文件 cp .env.example .env.development # 安装 pnpm install ``` 启动 ``` pnpm dev ``` 打包 ``` pnpm build ```