@cniot/commercial-pc-template
v0.0.4
Published
模型驱动模板
Downloads
7
Keywords
Readme
通用文档
- Web 应用研发规约
- 开发环境配置
- 请确保 git 版本不小于 2.9
- 研发流程
- 目录结构
- 路由方案
- 样式方案
- 国际化方案
- ARMS 接入指南
- [代码质量] (https://yuque.antfin-inc.com/c-one/cli/lint)
Getting Started
tnpm i
tnpm start
项目说明
- 所有配置在 /config/config.*.js 中,按照环境区分
- 默认使用了加载了中英文的组件支持,弱要支持更多语言,请关注 /i18n/components-strings 文件夹
- 请勿删除 /404 /test 文件夹,以便后续参考用
- 本地代理 vite.config.js 中查看。只有请求 locahost 的请求才会走代理。日常,预发,线上代理都不会生效。