Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
FliPPeDround committed Jul 6, 2023
1 parent be4e8a9 commit 6949493
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<a href="https://www.npmjs.com/package/create-uni"><img src="https://img.shields.io/npm/v/create-uni?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
</p>

# 使用
# 📦 使用

```shell
# npm
Expand All @@ -20,11 +20,11 @@
pnpm create uni
```

<img src=".github/image/demo.png">

## 📖 介绍

`create-uni` 是一个用于快速创建 uni-app 项目的脚手架工具,它可以帮助你快速创建一个基于vite的`uni-app`项目,同时提供了一些模板供你选择。
`create-uni` 是一个用于快速创建 uni-app 项目的轻量脚手架工具,它可以帮助你快速创建一个基于`vite``vue3``uni-app`项目,同时提供了一些模板供你选择。

<img src=".github/image/demo.png">

## 🤝 参与贡献

Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
],
"rangeStrategy": "bump",
"labels": ["dependencies"],
"ignoreDeps": ["esbuild", "typescript"]
"ignoreDeps": ["esbuild", "typescript", "pinia"]
}
4 changes: 2 additions & 2 deletions src/question/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import prompts from 'prompts'
import { red } from 'kolorist'

import projectName from './projectName.js'
import projectName from './name'
import model from './model'
import template from './template/index.js'
import template from './template'

export async function question() {
const questions = [
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion template/config/pinia/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"pinia": "2.1.4"
"pinia": "2.0.36"
}
}

0 comments on commit 6949493

Please sign in to comment.