Vite 中文文档 Vite 中文文档
指南
GitHub (opens new window)
指南
GitHub (opens new window)
  • vite

    • 指引
    • 为什么选 Vite
    • 开始
    • 功能
    • 命令行界面
    • 使用插件
    • 依赖预构建
    • 静态资源处理
    • 构建生产版本
    • 部署静态站点
    • 环境变量和模式
    • 服务端渲染
    • 后端集成
    • 与其他工具比较
    • 故障排除
    • 从 v3 迁移
  • API

  • 配置参考

  • vite

  • API

  • 配置参考

undefined Tomato Work 个人事务管理系统

Screenshot



Built with


Hooks
TypeScript
Redux
Ant Design
Vite

Todo list


github登录
提醒事项
活动清单
今日待办
财务管理
公司单位
个人中心
我的备忘 - 支持Markdown & WYSIWYG
站内消息
邮件推送 - (github邮箱必须设为公开)
微信推送 - 感谢Server酱 (需要在个人中心设置sckey)
日志管理

Build Setup


Node.js >= 14

  1. ``` shell
  2. # Clone
  3. git clone --depth=1 https://github.com/xjh22222228/tomato-work.git

  4. # install dependencies
  5. npm i

  6. # serve with hot reload at localhost:7000
  7. # user: test, password: 123456
  8. npm start
  9. npm run start:prod # Connect to production environment

  10. # build for production with minification
  11. npm run build
  12. ```

License


MIT
Last Updated: 2023-05-23 11:11:51