# create-niu

一个脚手架,用于快速创建项目。

项目模板：

- Express 服务端模板 [template-express-ts-mongo](templates/express-ts-mongo-template/README.md)
- 中后台管理项目模板 [template-vben1](templates/vue3-vite-ts-antdv-template/README.md)

## 快速开始

使用 `npx` 以确保使用最新版本：

```shell
npx @codeniu/create-niu <my-app>
cd my-app
npm install
```

***or***

全局安装

```shell
npm install @codeniu/create-niu -g


create-niu [project-name]

// or

cnu [project-name]
```

## 模板

1. express-ts-mongo-template
2. vue3-vite-ts-antdv-template

![](https://codeniu-picbed.oss-cn-hangzhou.aliyuncs.com/picbed/202307141551187.jpg)

## 开发

```shell
cd .\packages\create-niu\

node index.js

```

## 文档

[脚手架创建过程](https://juejin.cn/post/7175426757091131449)
