Package Exports
- hops
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hops) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

Hops UI Toolbox
⚡Highly experimental - use at your own peril. Things will break.⚡
In this repo, we are experimenting with technology that might serve as our next generation front-end technology stack. To get an impression, take a look at our example app;
Install Hops
npm install -SE hopsConfigure Project
package.json
{
...
"main": "src/main.js",
"scripts": {
"start": "hops",
...
},
"babel": {
"extends": "hops/etc/babel"
}
...
}Run Hops
npm start (--production)Configure Linters (optional)
.eslintrc.js
module.exports = {
extends: require.resolve('hops/etc/eslint')
}.stylelintrc.js
module.exports = {
extends: require.resolve('hops/etc/stylelint')
}Thanks!
The beautiful hops icon we are using as our logo was created by The Crew at Fusionary and provided via The Noun Project. It was licensed under the Creative Commons BY 3.0 US license.