跳到主要内容

create-analog

The create-analog package contains templates for scaffolding new Analog projects.

npm create analog@latest

Optional create-analog flags

FlagDescriptionValue typeDefault value
<name>Name of the project. Specify . to scaffold the project in the current directory.string
--templateTemplate preset.string

Template presets

PresetDescription
angular-v15Angular version 15 application.
angular-v14Angular version 14 application.

Example

To scaffold an Angular version 15 application in the my-angular-app directory, run:

# npm >=7.0
npm create analog@latest my-angular-app -- --template angular-v15
# npm 6.x
npm create analog@latest my-angular-app --template angular-v15

Using with Tailwind

Analog is powered by Vite, please follow the Tailwind guidelines to use it in your project!