1.0.16 • Published 7 years ago

skyux-lib-j-tags v1.0.16

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

SKY UX library jTags

Build

Getting Started

  • Add modules to /src/app/public/src/modules. (There is a sample module already created for you.) It is good practice to prefix every module, component, and provider you create. In this case, Library serves as the prefix. You can use a different prefix, as long as it is consistent (for example, StacheModule).
  • Each module you create will need to be exported by the "Library" module, located here: /src/app/public/src/library.module.ts. You should see the LibrarySampleModule listed in the exports.
  • In the /src/app/public/src/modules/shared folder, you will find a LibraryConfigService. This is a provider that will allow your modules to access the contents of skyuxconfig.json. You can add your module's configuration to the appSettings.myLibrary section of the config.

For a live example of a SKY UX component library, check out the StacheModule source code.

Install dependencies and view the example

npm install
npm start

Bundle your library:

npm run build

Test your library:

npm test

Deploying to npmjs.org (or an internal NPM stream):

  • Update the name property in package.json to the name of your registered module.
  • Publish the contents of the bundled dist folder.
1.0.16

7 years ago

1.0.15

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5-beta

7 years ago

1.0.0

7 years ago