https://github.com/nicecoders/templates
模板合集
https://github.com/nicecoders/templates
Last synced: 7 months ago
JSON representation
模板合集
- Host: GitHub
- URL: https://github.com/nicecoders/templates
- Owner: nicecoders
- Created: 2022-05-25T04:09:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T10:06:22.000Z (over 1 year ago)
- Last Synced: 2025-02-12T07:01:32.399Z (9 months ago)
- Size: 2.25 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ${项目名称}
```