new
new copied to clipboard
The Aurelia 2 scaffolding repo used by our tools to setup new projects.
### **What** Create an option in the CLI to choose/make a custom syntax ### **How** We already have ShortHandBindingSyntax (Vue) and hopefully an Angular one in the near future. Would...
Maybe not now, but before alpha release. Add options for user to select the level of browser support. The list of options is to be decided. Default to evergreen browsers....
so the Au CLI, would ask you about IDE support. Would be cool if this were added back and added recommended extensions (e.g.), the ignore #22 and more importantly a...
due to... issues with things... like webpack... that have happened in the past (that were fixed simply by copying the new skeleton generated files) , also desire for testing new...
Default app is moved to vite+vitest setup. Default plugin is still with webpack, as there is some trouble for vite with plugin right now. See comments in `before.js`.
Discovered in #110, our shared css loading for shadowDOM only has webpack support. ```js // in src/main.js/ts import shared from './shared.css'; Aurelia .register(StyleConfiguration.shadowDOM({ // optionally add the shared styles for...