File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# solid-logic
2- Core business logic of SolidOS
32
4- # Adendum
3+ <img src =" https://raw.githubusercontent.com/solid/community-server/main/templates/images/solid.svg " alt =" [Solid logo] " height =" 150 " align =" right " />
4+
5+ [ ![ MIT license] ( https://img.shields.io/github/license/solidos/solidos )] ( https://github.com/solidos/solidos/blob/main/LICENSE.md )
6+
7+
8+ Core business logic of SolidOS which can be used for any webapp as well.
9+
10+ # How to use
11+
12+ Either ` npm install solid-logic ` or in your HTML use directly ` solid-logic.js ` from ` dist ` folder.
13+
14+ # How to develop
15+
16+ Check the scripts in the ` package.json ` for build, watch, lint and test.
17+
18+ # Used stack
19+
20+ * TypeScript + Babel
21+ * Jest
22+ * Eslint
23+ * Rollup
24+
25+ # History
526
627Solid-logic was a move to separate business logic from UI functionality so that people using different UI frameworks could use logic code.
728
You can’t perform that action at this time.
0 commit comments