diff --git a/Readme.md b/Readme.md index b91228d..71dc64a 100644 --- a/Readme.md +++ b/Readme.md @@ -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组件的构建工具 \ No newline at end of file + + @bd/core 针对`web components`的核心封装库, 以数据驱动, 可以更方便的开发wc组件 diff --git a/package.json b/package.json index 4c7a816..0f9ea0d 100644 --- a/package.json +++ b/package.json @@ -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" + } }