organization-admin

1.24.10 • Public • Published

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 hotfix

Commit

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 Instance

Readme

Keywords

Package Sidebar

Install

npm i organization-admin

Weekly Downloads

0

Version

1.24.10

License

MIT

Unpacked Size

477 kB

Total Files

165

Last publish

Collaborators

  • zhzxang