Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

organization-admin

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

organization-admin

Organization Admin Web

  • 1.24.10
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 06 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc