https://github.com/stealjs/stealjs
StealJS website
https://github.com/stealjs/stealjs
stealjs
Last synced: 2 months ago
JSON representation
StealJS website
- Host: GitHub
- URL: https://github.com/stealjs/stealjs
- Owner: stealjs
- License: mit
- Created: 2016-11-01T15:45:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T19:01:01.000Z (over 5 years ago)
- Last Synced: 2024-04-24T12:26:29.170Z (about 1 year ago)
- Topics: stealjs
- Language: HTML
- Homepage: https://stealjs.com/
- Size: 1.24 MB
- Stars: 4
- Watchers: 15
- Forks: 2
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# StealJS
**StealJS** is an awesome front-end module loader that makes writing large applications easy. Learn more at [stealjs.com](https://stealjs.com/).
This repository houses the source for the website.
## Contributing
If you’d like to have your Steal plugin added under the *Ecosystems* section on the website, please add an issue and we can discuss it.
If you want to work on the website, first clone it:
```
git clone https://github.com/stealjs/stealjs.git
```Then install the dependencies:
```
npm install
```Then generate the documentation:
```
npm run document
```## License
Steal, StealTools, and all sub-projects are licensed under [the MIT License](https://github.com/stealjs/steal/blob/master/license.md).