| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A JavaScript library to build user plugins for BriteCore UI
Learn more about UI Plugins on our help site
Please see our contributing guidelines
Install by running:
npm install @britecore/ui-plugins-client
Use in the browser by adding:
<script src="https://unpkg.com/@britecore/ui-plugins-client@0.9.2/dist/britecore-ui-plugins.js"></script>Use the latest <script src="https://unpkg.com/@britecore/ui-plugins-client"></script>
Use a specific version <script src="https://unpkg.com/@britecore/ui-plugins-client@0.9.2"></script>
Install all the dependencies and test:
npm install
npm test
# npm run coverage
# yarn installSpin up the development server:
npm run serve
# yarn serveAlternatively, you can run this command to build the project and serve it in another way:
npm run build
# yarn build| Back | FazBrowse Home | New Git URL |