An open API service indexing awesome lists of open source software.

https://github.com/ember-cli/ember-app-blueprint


https://github.com/ember-cli/ember-app-blueprint

hacktoberfest

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

          

# @ember/app-blueprint

This is the blueprint that is used to generate a **new** Ember app using [Vite](https://vite.dev/) as the primary build system.

If you have an existing app that you would like to upgrade to use Vite consider using the [ember-vite-codemod](https://github.com/mainmatter/ember-vite-codemod)

## Usage

```
pnpm dlx ember-cli@latest new my-app-name -b @ember/app-blueprint --pnpm
```