mirror of https://github.com/k3s-io/k3s
![]() - Condense table styling - Default table size to 50 - Make all columns sortable - Rename service portalIP to clusterIP - Allow default descending table ordering |
||
---|---|---|
.. | ||
components | ||
js | ||
less/app | ||
protractor | ||
shared | ||
test/modules | ||
.bowerrc | ||
README.md | ||
bower.json | ||
gulpfile.js | ||
karma.conf.js | ||
package.json | ||
vendor.base.json | ||
vendor.json |
README.md
Application source and project files
This directory contains the source and project files for the application, including:
bower.json
, which declares the framework dependencies downloaded by bower,gulpfile.js
, which defines the build tasks run bynpm start
andnpm run build
,karma.conf.js
, the default configuration file for top level karma tests.package.json
, which declares the tool dependences downloaded bynpm install
.vendor.json
andvendor.base.json
, which declare dependencies compiled intoapp.js
andbase.js
, respectively.
You will find the following directories inside:
components/
This directory contains components that appear as tabs in the application. See master/components/README.md.less/
This directory contains the LESS files for the core styles and material styles.js/
Here you will find JavaScript files compiled intoapp.js
.protractor/
This directory contains the default configuration fileconf.js
and the*.spec.js
files for the top level protractor tests.shared/
This directory contains assets shared by two or more components.test/
This directory contains the*.spec.js
files for the top level karma tests. The default configuration file ismaster/karma.conf.js
.