Skip to content

Commit

Permalink
chore: update package
Browse files Browse the repository at this point in the history
  • Loading branch information
MellowCo committed Jul 9, 2022
1 parent 3df1d31 commit 39b536e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 26 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

通过使用[unplugin-transform-wx-class](https://github.com/MellowCo/unplugin-transform-wx-class)转换转义类名,保持`原子化css`的规范去书写`class`

支持<a href='#uniapp vue2'>uniapp vue2 webpack版本</a>,<a href='#uni-app vue3'>uni-app vue3 vite</a>,<a href='#taro react'>taro react</a>,<a href='#taro vue2'>taro vue2</a>
支持<a href='#uniapp vue2'>uniapp vue2 webpack版本</a>,<a href='#uni-app vue3'>uni-app vue3 vite</a>,<a href='#taro react'>taro react</a>,<a href='#taro vue2'>taro vue2</a>,,<a href='#taro vue3'>taro vue3</a>

## 安装

Expand Down Expand Up @@ -325,7 +325,7 @@ import 'uno.css'
### taro vue3
```shell
# 创建taro项目 选择vue3
taro init taro_vue
taro init taro_vue3
# 安装unocss
yarn add -D unocss @unocss/webpack unplugin-transform-wx-class unocss-preset-wxapp
```
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@
"@antfu/eslint-config": "^0.25.2",
"bumpp": "^8.2.1",
"eslint": "^8.19.0",
"msw": "^0.42.3",
"msw": "^0.43.1",
"typescript": "^4.7.4",
"unbuild": "^0.7.4",
"vite": "^2.9.13",
"vitest": "^0.16.0"
"vite": "^2.9.14",
"vitest": "^0.17.1"
},
"dependencies": {
"@unocss/core": "^0.43.2"
"@unocss/core": "^0.44.0"
}
}
43 changes: 23 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 39b536e

Please sign in to comment.