Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevoree/kevoree-js
Kevoree written in Javascript
https://github.com/kevoree/kevoree-js
component-based component-library deployment runtime
Last synced: about 1 month ago
JSON representation
Kevoree written in Javascript
- Host: GitHub
- URL: https://github.com/kevoree/kevoree-js
- Owner: kevoree
- License: lgpl-3.0
- Created: 2014-01-07T09:35:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T12:45:52.000Z (over 6 years ago)
- Last Synced: 2024-10-14T08:03:12.503Z (3 months ago)
- Topics: component-based, component-library, deployment, runtime
- Language: JavaScript
- Homepage: http://kevoree.org
- Size: 6.87 MB
- Stars: 5
- Watchers: 11
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kevoree
=======
Kevoree targetting JavaScript platforms (NodeJS and Web Browsers)More information here: [http://kevoree.org](http://kevoree.org)
### Monorepo
This repository follows the concept of **monorepo** with the help of [Lerna](https://lernajs.io/).### Developers
- `yarn install` (because it uses [workspaces](https://yarnpkg.com/blog/2017/08/02/introducing-workspaces/))
- ...*write code*...
- `lerna run test`
- :+1: