#What's the recommended / latest command to start a new ember app today? (pnpm, embroider, gts...)
1 messages ยท Page 1 of 1 (latest)
currently, cloning this repo: https://github.com/NullVoxPopuli/polaris-starter
it runs vite
mmmm I think vite will be too much for now.
there are some rough edges, and I haven't updated it to run ember test yet
why's that?
you could instead use the webpack version at this hash: https://github.com/NullVoxPopuli/polaris-starter/commit/fd15bad10dccbd641147864a19988081756c8426
I should tag that actually
I was looking for something more stable. Pretty much embroider + pnpm + gts support.
wait, so there are no "flags" we can pass to ember new yet that will give that config for free? ๐ค
not yet -- we're going to make a new bluprint entirely to get everything polaris
we did the same with Octane before its release
you could clone this branch: https://github.com/NullVoxPopuli/polaris-starter/tree/webpack
that's the more stable embroider with webpack, and still using broccoli as the main build system
There are flags for pnpm and embroider and typescript. Not for gjs/gts.