Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/innomotics/brand-experience
Innomotics BRAND EXPERIENCE
https://github.com/innomotics/brand-experience
angular frontend innomotics react stenciljs typescript ui ui-components ui-framework vue webcomponents
Last synced: about 1 month ago
JSON representation
Innomotics BRAND EXPERIENCE
- Host: GitHub
- URL: https://github.com/innomotics/brand-experience
- Owner: innomotics
- License: mit
- Created: 2024-03-04T14:27:46.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T06:19:32.000Z (5 months ago)
- Last Synced: 2024-06-27T09:29:25.550Z (5 months ago)
- Topics: angular, frontend, innomotics, react, stenciljs, typescript, ui, ui-components, ui-framework, vue, webcomponents
- Language: TypeScript
- Homepage: https://innomotics.github.io/brand-experience/
- Size: 3.67 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Documentation
[The latest webdocs](https://innomotics.github.io/brand-experience/)
# Development
After cloning the repo
1. run npm install in the root directory
3. build with lerna run build (might need to install lerna package globally)
4. publish with lerna publish --no-privateNotes:
Every folder under the "packages" folder means a Lerna package. The package name in that folders package.json's name property.Create components under stencil-lib/src/components
You can build any package in the package folder by npm run build
You can run the test apps in their folder by
- npm run dev (Vue and React)
- npm run start (Angular to clear cache before serve)
- npm start (Stencil)You can start docusaurus in the webdocs package
- npx docusaurus startYou can upgrade npm packages using lernawizard
- npx lernaupdate