https://github.com/ember-cli/ember-app-blueprint
https://github.com/ember-cli/ember-app-blueprint
hacktoberfest
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ember-cli/ember-app-blueprint
- Owner: ember-cli
- Created: 2025-04-04T11:57:37.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-01-25T22:29:57.000Z (about 2 months ago)
- Last Synced: 2026-01-26T14:11:47.683Z (about 2 months ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 1.89 MB
- Stars: 10
- Watchers: 10
- Forks: 11
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```