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

View File

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