1.0.6 • Published 4 years ago
create-bird-app v1.0.6
create-bird-app
Create an app powered by Bird-Vite.
$ npm init bird-app <project-name>
$ cd <project-name>
$ npm install
$ npm run devIf using Yarn:
$ yarn create bird-app <project-name>
$ cd <project-name>
$ yarn
$ yarn devTemplates
Available templates:
vue(default)vue-ts(experimental)vue-ts-bird(experimental)angular(experimental)reactreact-tspreactpreact-tsreason-react
To scaffold with specific template:
$ npm init bird-app my-react-project --template reactIf using Yarn:
$ yarn create bird-app my-react-project --template reactFor 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)