Skip to content

x6eull/mobile-nx

Repository files navigation

mobile-nx

开发指南

环境配置

需要Node.js v22+。

安装npm依赖(仅需正确运行一次):

npm i

请在vscode中安装Prettier - Code formatterESLint扩展。

调试

使用npm run dev启动vite热重载服务器。

编译和部署

环境变量

编译前,需要在根目录下.env.local文件中正确设置以下环境变量:

  1. VITE_VERSION_CHECK_URL 指向版本检查latest.json地址,如https://example.com/latest.json
  2. DEPLOY_BASE 版本信息部署根路径。如https://example.com/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published