@assecosolutions/fox-list
Advanced tools
Comparing version 1.0.1-fox to 1.4.3
export * from './lib/FoxList'; | ||
export * from './lib/FoxListItem'; | ||
export * from './lib/FoxCheckListItem'; |
@@ -8,2 +8,2 @@ import './FoxList'; | ||
export default _default; | ||
export declare const Default: () => import("lit").TemplateResult<1>; | ||
export declare const Default: () => import("lit-html").TemplateResult; |
{ | ||
"name": "@assecosolutions/fox-list", | ||
"version": "1.0.1-fox", | ||
"version": "1.4.3", | ||
"public": true, | ||
@@ -5,0 +5,0 @@ "lib": { |
# 🦊 Fox - Future Open Experience | ||
This monorepo is the home of all applications and libraries build by the 🦊 Fox team. | ||
This webcomponent is made by 🦊🧙. | ||
## Tech Stack - From Web-Components to Dev-Containers | ||
## Installation | ||
In the following sections we describe our tech stack and how it all fits together. | ||
```bash | ||
npm i @assecosolutions/fox-list | ||
``` | ||
### Web-Components | ||
##Usage Demo and Docs | ||
We use [Storybook](http://design-system.assecosolutions.com/) to deliver an interactive documentation of our Design system. | ||
There you can find Multiple examples, guidelines and the documentation of all FOX web components ####[Demo](http://design-system.assecosolutions.com/?path=/story/molecules-fox-list) | ||
We are using [Lit-Element](https://github.com/Polymer/lit-element) and [Lit-HTML](https://github.com/Polymer/lit-html) | ||
to write [web components](https://developer.mozilla.org/en-US/docs/Web/Web_Components). Web Components enables us to | ||
ship cross browser compatible, framework / library independent and reusable custom elements. All of our web components | ||
are used within our very own applications and are well tested. If you would like to use one of our components just add | ||
it as follows e.g. `npm install @fox/button --save` or `yarn add @fox/button` and you are good to go. You can find an | ||
overview of all our available components in our [Storybook](https://fox.assecosolutions.com/fox-web-components/?path=/story/atoms-foxbutton--default). | ||
## Contribute | ||
### Angular | ||
If you would like to contribute please make sure that you have read our [development guidelines](https://github.com/assecosolutions/fox/blob/master/docs/3_DEV_GUIDELINES.md). | ||
As an engine for our applications and to bring our web components to life we decided to go for [Angular](https://angular.io/). | ||
Angular is a web application framework / platfrom which is developed by google, and provides everything needed to build robust | ||
enterprise web applications. | ||
## Maintainer | ||
### Monorepo with Nx Workspace | ||
[Nx-Workspace](https://nx.dev/angular) and its sophisticated tools enables our team to manage the complexity of having all of our application components in one giant git repository. This approach, called monorepo, was inspired by google and comes with a lot of | ||
advantages: | ||
1. **Increase Visibility** | ||
- _In a nx workspace project a change of a library directly affectes all of its consumers_ | ||
- _API contracts are clearly visible for all participants_ | ||
2. **Reuse Code Directly** | ||
- _No need for usage of npm link or additional build pipelines._ | ||
3. **Consistency of version Numbers** | ||
- _One package.json for all your applications and libraries_ | ||
Furthermore you can even build multi framework or fullstack applications side by side all in one nx-workspace. To get more insights on | ||
nx-workspace please see the [documentation](https://nx.dev/latest/angular/getting-started/why-nx) of nrwl. | ||
### Dev-Container | ||
To decrease time for dev machine setup to a minimum and to prevent complicated os specific installations we leverage [Docker](https://www.docker.com/) and [VS Code](https://code.visualstudio.com/) to make it a breeze to get your dev machine ready to code. Just install the | ||
[Remote Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension for VS Code and you are ready to contribute to 🦊 Fox. For more information see the documentation about [Dev-Container](https://code.visualstudio.com/docs/remote/containers). | ||
| ![Burak Topal](https://avatars3.githubusercontent.com/u/17909825?u=1026b9f16dd1c7dbf72b3fe3295c1aa834b81ce4&v=4&s=100 'Burak Topal') | ![Jari Möllenbernd](https://avatars2.githubusercontent.com/u/974638?u=8c61e7d54df0341c68cca59bd8fd0187154d03c8&v=4&s=100 'Jari Möllenbernd') | <img src="https://avatars0.githubusercontent.com/u/17983201?s=100&v=3" width="100" alt="Julia Nissen" /> | | ||
| :----------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------: | | ||
| Burak Topal ([@biggisb](https://github.com/Biggisb)) | Jari Möllenbernd ([@jarmee](https://github.com/jarmee)) | Julia Nissen ([@JuliaNssn](https://github.com/JuliaNssn)) | |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
608163
11
12918
1
0
24