feat: add a feature to an existing application scaffolded with bati #367
Replies: 1 comment
-
That is a nice idea, and I already considered it. But I don't see this realistically happening. Adding features to an existing project could be straightforward, with just a new bati state file, if it hasn't been modified. But one can create a new project with the added feature as a simple workaround. That being said, the possibility of adding or removing a feature is part of our Stem Vision, and it will be compaitble with the Vike ecosystem once we'll start working on it. |
Beta Was this translation helpful? Give feedback.
-
Use bati to add a feature to an existing application which was scaffolded by bati.
Example:
create the application:
pnpm create bati --react my-project
add a feature:
pnpm create bati --tailwindcss
Solution:
$vite.config.ts.ts
) should use the existing files as a base (Problem: addVitePlugin will fail if import exists)Currently behavior:
--force
Use Cases:
Problems:
Beta Was this translation helpful? Give feedback.
All reactions