项目更名

pull/1/head
yutent 2023-05-25 15:33:31 +08:00
parent 5ddb00e6b6
commit 05ec00658c
2 changed files with 9 additions and 10 deletions

View File

@ -1,7 +1,8 @@
## 百搭UI组件库的核心 ## Wkit
> A library for building fast, lightweight web components.
### 开发文档 ### 开发文档
[开发文档](https://github.com/bd-js/core/wiki) [开发文档](https://github.com/bytedo/wkit/wiki)
### 我们的特色 ### 我们的特色
@ -18,7 +19,8 @@
### 示例 ### 示例
```js ```js
import { css, html, Component } from '//jscdn.ink/@bd/core/latest/index.js' // alias wkit='//jscdn.ink/wkit/latest/index.js'
import { css, html, Component } from 'wkit'
class Hello extends Component { class Hello extends Component {

View File

@ -1,8 +1,8 @@
{ {
"name": "@bd/core", "name": "wkit",
"version": "1.9.5", "version": "1.9.5",
"type": "module", "type": "module",
"description": "百搭UI组件库的核心", "description": "A library for building fast, lightweight web components.",
"main": "dist/index.js", "main": "dist/index.js",
"files": [ "files": [
"dist/*" "dist/*"
@ -14,14 +14,11 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/bd-js/core.git" "url": "git+https://github.com/bytedo/wkit.git"
}, },
"keywords": [ "keywords": [
"bd.js", "wkit",
"bdjs",
"bd-ui",
"wcui", "wcui",
"bd-core",
"web-components", "web-components",
"native", "native",
"cross-framework", "cross-framework",