jwx / cli

The official command line tooling for Aurelia. Use the CLI to create projects, scaffold components and bundle your app for release.
MIT License
2 stars 2 forks source link

Plugin configurations in aurelia.json #1

Open jwx opened 7 years ago

jwx commented 7 years ago

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!

jwx commented 7 years ago

"jquery"

jwx commented 7 years ago

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