项目更名
parent
5ddb00e6b6
commit
05ec00658c
|
@ -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
|
||||
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 {
|
||||
|
||||
|
|
11
package.json
11
package.json
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "@bd/core",
|
||||
"name": "wkit",
|
||||
"version": "1.9.5",
|
||||
"type": "module",
|
||||
"description": "百搭UI组件库的核心",
|
||||
"description": "A library for building fast, lightweight web components.",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
"dist/*"
|
||||
|
@ -14,14 +14,11 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/bd-js/core.git"
|
||||
"url": "git+https://github.com/bytedo/wkit.git"
|
||||
},
|
||||
"keywords": [
|
||||
"bd.js",
|
||||
"bdjs",
|
||||
"bd-ui",
|
||||
"wkit",
|
||||
"wcui",
|
||||
"bd-core",
|
||||
"web-components",
|
||||
"native",
|
||||
"cross-framework",
|
||||
|
|
Loading…
Reference in New Issue