1.24.10 • Published 2 years ago
organization-admin v1.24.10
Organization Admin
Run on Local
$ git clone git@code.teambition.com:project/organization-admin.git
$ cd organization-admin
$ npm start
$ open http://project.ci/organization-admin/${org_id}发布 21 环境
避免多人开发出现 21 被冲掉问题,请自行合并 你的分支 到 dev21 分支,即可,注意不要强推。
git checkout dev21
git merge --no-ff <你的分支>
git push origin dev21发布 GA/release 环境
npm run ga
npm run release
npm run hotfixCommit
https://thoughts.teambition.com/workspaces/5ae958e45ce50e000140111d/docs/5b222523ba4b310001425180
I18N
只要 git push origin 就会自动把 i18n 上传至 OneSky 平台,然后找到你变更的 i18n 并把它们翻译掉。然后就这样。
Client File Structure
├── assets        # Common Static Resources
├── services      # Common Data and Context Status
├── styles        # GLobal Styles
├── uis           # App UI Components
├── utils         # App Helpers
├── views         # App BLL Components
├── app.vue       # App Main
├── config.js     # Global Variables from Webpack
├── loading.js    # Loading Entry Point
├── main.js       # Client Entry Point
├── router.js     # Route Map and Router Instance1.24.10
2 years ago