Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (29 loc) · 666 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 666 Bytes

WEB TOOLS

A set of tools that can be used offline. 一个可以离线访问的WEB工具站。

线上访问

http://tools.congcnn.com

搭建本地环境

# pull or download this project
git pull

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

todo list

  • Finished
    • Base64加/解密
    • JSON解析
    • URL解码
    • URL解码
    • EXCEL/CSV解析
  • TODO
    • 图片处理