cyverse/troposphere
Fork: 22 Star: 20 (更新于 1970-01-01 00:00:00)
license: NOASSERTION
Language: JavaScript .
Atmosphere web client
最后发布版本: v36-6 ( 2020-05-21 03:06:26)
THIS REPOSITORY IS READONLY AND NO LONGER ACTIVE
Troposphere
Installation
Troposphere's backend
Install the required python packages
pip install -r requirements.txt
A separate environment is provided for developers
pip install -r dev_requirements.txt
The *requirements.txt
files are generated using
pip-tools. See
REQUIREMENTS.md for instructions on using pip-tools and
upgrading packages in Troposphere.
Development
Quick feedback
The webpack-dev-server
will serve new bundles to a browser when files
change.
It has the following features:
- Changes result in a browser refresh (you know they are propagated)
- The bundle is served from memory not disk
- Small changes result in small compiles
Currently troposphere uses nginx to serve its assets. This makes it trivial to serve these assets from the dev server.
Update your nginx definition (at /etc/nginx/locations/tropo.conf
)
location /assets {
# This just needs to point to the dev server which runs on 8080
proxy_pass https://server.example.com:8080;
}
Finally start the dev server:
npm run serve -- --host server.example.com --port 8080 --https --cert /path/to/cert --key /path/to/key
If you would like to enable CSS hot reloading, prefix the npm command like so:
CSS_IN_JS=true npm run serve ...
By default we extract CSS from the larger bundle into a separate asset that is parsed/loaded before any js, this ensures that the content of our html will be styled the first time it is shown. However, CSS hot reloading only works if the CSS is shipped in the JS. The caveat is that html content is shipped without initial styling.
Note: CSS_IN_JS
is completely ignored in a production environment.
Linting
See LINT.md
Coding Style
- Use an EditorConfig plugin to leverage the project's
.editorconfig
Git Hooks
The hooks below give helpful hints about common tasks like migrating, or installing dependencies.
Link the following hook to get these hints after pulling in code. From the root of the project:
ln -fs ../../extras/hooks/post-merge.hook .git/hooks/post-merge
最近版本更新:(数据更新于 1970-01-01 00:00:00)
2020-05-21 03:06:26 v36-6
2020-05-20 05:43:24 v36-5
2019-09-10 23:36:13 v36-4
2019-08-07 03:29:18 v36-2
2019-06-18 23:56:47 v36-0
主题(topics):
atmosphere, cloud, javascript, react, reactjs, user-interface
cyverse/troposphere同语言 JavaScript最近更新仓库
2024-11-05 19:13:47 jerryc127/hexo-theme-butterfly
2024-11-05 13:53:42 LiteLoaderQQNT/LiteLoaderQQNT
2024-11-03 02:40:36 chris81605/Degrees-of-Lewdity_Cheat_Extended
2024-11-01 21:55:46 projectdiscovery/nuclei-templates
2024-11-01 19:24:44 NumberSir/DoL-I18n-Build
2024-11-01 12:25:14 midoks/mdserver-web