master
yutent 2023-03-14 15:45:47 +08:00
parent 9b91489705
commit c5dc6ccd48
2 changed files with 16 additions and 11 deletions

View File

@ -1,5 +1,5 @@
# 9th/wcui
9号UI组件库, 基于web components开发。面向下一代的UI组件库
# @bd/wcui
百搭WCUI组件库, 基于web components开发。面向下一代的UI组件库
### 开发环境
@ -10,6 +10,4 @@
- `simple http`, 可快速配置http服务器,支持history路由
- ...
+ @ninejs/core 针对`web components`的核心封装库, 以数据驱动, 可以更方便的开发wc组件
+ @ninejs/cli 开发9号UI组件的构建工具
+ @bd/core 针对`web components`的核心封装库, 以数据驱动, 可以更方便的开发wc组件

View File

@ -1,15 +1,22 @@
{
"name": "@ninejs/wcui",
"version": "0.0.0",
"name": "@bd/wcui",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"files": [
"dist/*"
],
"scripts": {
"test": ""
"start": "wcui-cli dev",
"build": "wcui-cli build",
"build:es6": "wcui-cli build-es6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/9th-js/wcui.git"
"url": "git+https://github.com/bd-js/wcui.git"
},
"author": "yutent",
"license": "MIT"
"license": "MIT",
"devDependencies": {
"@bd/wcui-cli": "^1.0.0"
}
}