一个脚手架,用于快速创建项目。
npm install @codeniu/create-niunpx 以确保使用最新版本:
shell
npx @codeniu/create-niu
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

开发
`shell
cd .\packages\create-niu\
node index.js
``