Files
tools-web/README.md
T
2024-05-15 17:21:54 +08:00

1.1 KiB

Tools-Web

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

基于Vite4.x + Vue3.x + ElementPlus + Typescript + Tailwind的工具站

node vue tailwindcss elementplus license

功能展览

开始使用

Docker方式(推荐)

docker run -d --name tools-web --restart unless-stopped -p 8080:80 docker0796/tools-web:latest

访问:

手动

安装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