Skip to content

Commit

Permalink
Merge pull request #34 from bhabgs/master
Browse files Browse the repository at this point in the history
readme
  • Loading branch information
bhabgs authored Apr 8, 2021
2 parents 863ee0d + 8f10649 commit 4d81dd0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 29 deletions.
16 changes: 2 additions & 14 deletions package/vitevui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @Author: bhabgs
* @Date: 2021-01-05 15:31:48
* @LastEditors: bhabgs
* @LastEditTime: 2021-02-23 13:25:46
* @LastEditTime: 2021-04-08 18:17:06
-->

# vite ui
Expand All @@ -16,16 +16,4 @@
[![NPM module](https://img.shields.io/npm/v/vitevui.svg)](https://npmjs.org/package/vitevui)
[![NPM downloads](https://img.shields.io/npm/dt/vitevui.svg)](https://npmjs.org/package/vitevui)

- ui 组件 请大家共同维护,持续迭代。

## 文档将会一点点优化

## 组件也会一步步完善

- 已完成组件
1. `layout`
- `<vi-layout></vi-layout>`
- `<vi-layout-header></vi-layout-header>`
- `<vi-layout-sider></vi-layout-sider>`
- `<vi-layout-main></vi-layout-main>`
- `<vi-layout-footer></vi-layout-footer>`
[文档连接](https://bhabgs.github.io/vite-vui-docs/components/log.html)
28 changes: 13 additions & 15 deletions package/vitevui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitevui",
"version": "1.0.0-beta.12",
"version": "1.0.0-beta.13",
"description": "vue3.0 ui",
"main": "lib/index.js",
"homepage": "https://bhabgs.github.io/vite-vui-docs/",
Expand All @@ -23,23 +23,13 @@
"license": "ISC",
"dependencies": {
"vue": "^3.0.5",
"@babel/core": "^7.11.6",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-html": "^0.2.3",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-replace": "^2.4.0",
"@rollup/plugin-typescript": "^8.2.0",
"@vue/babel-plugin-jsx": "^1.0.3",
"cssnano": "^4.1.10",
"less": "^3.12.2",
"rollup-plugin-postcss": "^3.1.8",
"typescript": "^4.0.3",
"mitt": "2.1.0",
"element-plus": "1.0.2-beta.37"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"cssnano": "^4.1.10",
"rollup-plugin-postcss": "^3.1.8",
"@rollup/plugin-alias": "^3.1.1",
"@types/cssnano": "^4.0.0",
"acorn-jsx": "^5.3.1",
Expand All @@ -57,6 +47,14 @@
"vue-router": "^4.0.4",
"axios": "^0.21.1",
"vitepress": "^0.12.2",
"cz-customizable": "^6.2.0"
"cz-customizable": "^6.2.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-html": "^0.2.3",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-replace": "^2.4.0",
"@rollup/plugin-typescript": "^8.2.0",
"@vue/babel-plugin-jsx": "^1.0.3"
}
}

0 comments on commit 4d81dd0

Please sign in to comment.