An open API service indexing awesome lists of open source software.

https://github.com/nicecoders/templates

模板合集
https://github.com/nicecoders/templates

Last synced: 7 months ago
JSON representation

模板合集

Awesome Lists containing this project

README

          

## 目前已有脚手架列表

| 名称 | 说明 | 技术栈 |
| ------- | --------------------------- | --------------------- |
| nextJs | 基于 React 的服务端渲染方案 | nextJs + axios + antd |
| ReactJs | 基于 React 的业务型脚手架 | umiJs + axios + antd |
| TaroJs | 基于 React 的多端适配方案 | TaroJs 全家桶 |
| Vue | 基于 Vue 的业务型脚手架 | vueJs 全家桶 |
| Gulp | 基于 Gulp 的清凉型脚手架 | -- |

## 快速上手

### 1. 安装相关依赖

```js
// 推荐
yarn global add @nicecode/cli

// or
// npm install @nicecode/cli -g
```

### 2. 运行命令

```js
// 查看脚手架版本号,是否安装成功
nice - V
```

### 3. 创建项目

```js
nice create ${项目名称}
```