docs: readme.md
This commit is contained in:
@@ -1,17 +1,49 @@
|
||||
基于Vite4.x + Vue3.x + ElementPlus + Typescript开发的工具平台
|
||||
# 基于Vite4.x + Vue3.x + ElementPlus + Typescript + Tailwind开发的工具平台
|
||||
|
||||
[](LICENSE)
|
||||
|
||||
> 演示站点:https://tools.ranblogs.com
|
||||
|
||||
# 工具站
|
||||
# 快速使用
|
||||
|
||||
包含工具:
|
||||
- 时间戳转换
|
||||
- MD5在线加密
|
||||
- Json在线转换
|
||||
- 正则测试工具
|
||||
- Unicode转中文
|
||||
- 字数统计
|
||||
- IP查询
|
||||
- 常用进制转换
|
||||
- 在线图片处理
|
||||
- 持续补充...
|
||||
安装`pnpm`, 为避免因为不同包管理器工具下载同一个依赖,可能版本不一样的问题,本项目强制使用`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:dev
|
||||
```
|
||||
|
||||
# 技术栈
|
||||
|
||||
- 编程语言: TypeScript + JavaScript
|
||||
- 构件工具: Vite4.x
|
||||
- 前端框架: Vue3.x
|
||||
- 路由工具: Vue Router
|
||||
- 状态管理: Pinia
|
||||
- Ui框架: ElementPlus + Tailwindcss
|
||||
- Http工具: Axios
|
||||
Reference in New Issue
Block a user