openmct/example
Pete Richards 0d53898af9 Build refactor to webpack (#2139)
* Move to webpack build
* Use webpack for building openmct.  Move SCSS to one folder and load
all core css up front.  Remove bower, begin removing gulp in favor
of npm run.
* Uses eslint instead of jshint and jscs.  Merge style checking rules
into .eshintrc.js, carrying over core parts of crockford style and
our adaptations.  Current code base fails to pass the linter, want
to separate linter changes from fixes to linting rules.
* Support for Vue SFC with example
* Remove outdated examples
* Use HTML loader for html (supports relative imports of resources e.g.
images) and raw-loader for when javascript must be loaded as text.
2018-08-07 14:47:50 -07:00
..
eventGenerator Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
export [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
forms [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
generator Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
identity Indicators api (#1837) 2018-07-16 15:21:38 -07:00
imagery new-plot import (#1557) 2018-03-02 14:29:34 -08:00
mobile [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
msl [Example] Updated copyright statement in MSL data dictionary 2017-05-01 13:07:32 -07:00
notifications Indicators api (#1837) 2018-07-16 15:21:38 -07:00
persistence [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
policy [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
profiling [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
scratchpad [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
simpleVuePlugin Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
styleguide Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
README.md [Documentation] Updated copyright statement. Fixes #1081 2016-07-12 16:55:57 -07:00

This directory is for example bundles, which are intended to illustrate how to author new software components using Open MCT.