Package Exports
- renderers
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (renderers) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
renderers
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildRun your unit tests
npm run test:unitRun your end-to-end tests
npm run test:e2eLints and fixes files
npm run lintCustomize configuration
Build Local Library
yarn build-libOn user side
yarn add ../renderersBuild Global Library
yarn build
yarn publishOn user side
yarn upgrade renderers