1.0.6 • Published 2 years ago

create-bird-app v1.0.6

Weekly downloads
8
License
MIT
Repository
github
Last release
2 years ago

create-bird-app

Create an app powered by Bird-Vite.

$ npm init bird-app <project-name>
$ cd <project-name>
$ npm install
$ npm run dev

If using Yarn:

$ yarn create bird-app <project-name>
$ cd <project-name>
$ yarn
$ yarn dev

Templates

Available templates:

  • vue (default)
  • vue-ts (experimental)
  • vue-ts-bird (experimental)
  • angular (experimental)
  • react
  • react-ts
  • preact
  • preact-ts
  • reason-react

To scaffold with specific template:

$ npm init bird-app my-react-project --template react

If using Yarn:

$ yarn create bird-app my-react-project --template react

For use with Svelte, check out Svite which is built on top of Vite.

Project Scope

This tool is solely providing an easy way to scaffold an official template, and that is its defined scope. It has no intention of becoming another vue-cli so it intentionally does not handle:

  • Installing dependencies
  • Initializing git
  • Using custom templates (just use degit to fetch your own repo)
1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.21.0

3 years ago