Skip to content

Commit

Permalink
chore: v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenny committed Nov 25, 2024
1 parent 3b3f45d commit b05934c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
1. 安装 UI 库

```shell
<<<<<<< HEAD
npm install litos-ui-vue
=======
npm install @asteres/litos-ui-vue
>>>>>>> 45a3da1c (chore: v0.0.1)
```

2. 安装自动导入插件
Expand All @@ -25,7 +29,11 @@ import { defineConfig } from 'vite';
import vue from '@vitejs/plugin-vue';
import AutoImport from 'unplugin-auto-import/vite';
import Components from 'unplugin-vue-components/vite';
<<<<<<< HEAD
import LitosUiResolver from 'litos-ui-vue-resolver';
=======
import NeatuiResolver from 'litos-ui-vue-resolver';
>>>>>>> 45a3da1c (chore: v0.0.1)

// https://vitejs.dev/config/
export default defineConfig({
Expand All @@ -48,12 +56,20 @@ export default defineConfig({
`main.ts` 中引入全局 CSS 变量文件

```js
<<<<<<< HEAD
import 'litos-ui-vue/style/vars.css';
=======
import '@asteres/litos-ui-vue/style/vars.css';
>>>>>>> 45a3da1c (chore: v0.0.1)
```

## 文档

<<<<<<< HEAD
[中文文档](https://dvshu.github.io/litos-ui-vue/)
=======
[中文 文档](https://dvshu.github.io/litos-ui-vue/)
>>>>>>> 45a3da1c (chore: v0.0.1)
## [更新记录](https://github.com/DvShu/litos-ui-vue/blob/main/CHANGELOG.md)

Expand Down

0 comments on commit b05934c

Please sign in to comment.