Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin configurations in aurelia.json #1

Open
2 of 20 tasks
jwx opened this issue May 30, 2017 · 2 comments
Open
2 of 20 tasks

Plugin configurations in aurelia.json #1

jwx opened this issue May 30, 2017 · 2 comments

Comments

@jwx
Copy link
Owner

jwx commented May 30, 2017

In an attempt to improve the install and import commands of the Aurelia CLI I'd appreciate help getting working aurelia.json configurations for plugins. If you've got one of the unchecked plugins on this list working, please copy-paste the configuration in your aurelia.json in a comment. If you've got suggestions for other plugins, feel free to add them as well. Thanks!

  • aurelia-interactjs
  • aurelia-kendoui-bridge
  • aurelia-materialize-bridge
  • bootstrap
  • D3
  • dragula
  • drop
  • flatpickr
  • font-awesome
  • humane.js
  • interact.js
  • jquery
  • jquery-ui
  • lodash
  • MDL
  • semantic-ui
  • sweetalert
  • tether
  • toastr
  • v-grid
@jwx
Copy link
Owner Author

jwx commented Jun 1, 2017

"jquery"

@jwx
Copy link
Owner Author

jwx commented Jun 1, 2017

{
"name": "bootstrap",
"main": "js/bootstrap",
"path": "../node_modules/bootstrap/dist",
"resources": [
"css/bootstrap.css"
],
"deps": [
"jquery"
],
"exports": "$"
}

jwx pushed a commit that referenced this issue May 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant