diff --git a/build/bin/build-entry.js b/build/bin/build-entry.js index 51c108792..1eb734fc6 100644 --- a/build/bin/build-entry.js +++ b/build/bin/build-entry.js @@ -20,7 +20,7 @@ if (typeof window !== 'undefined' && window.Vue) { install(window.Vue); } -export default { +module.exports = { install, version: '{{version}}', {{list}} diff --git a/build/release.sh b/build/release.sh index 10858e8de..b9b11885b 100644 --- a/build/release.sh +++ b/build/release.sh @@ -19,7 +19,7 @@ then echo "Releasing zanui-css $VERSION ..." cd packages/zanui-css npm version $VERSION --message "[release] $VERSION" - npm publish + npm publish --registry=http://registry.npm.qima-inc.com cd ../.. # commit @@ -31,5 +31,5 @@ then git push origin master git push origin refs/tags/v$VERSION - npm publish + npm publish --registry=http://registry.npm.qima-inc.com fi diff --git a/components.json b/components.json index 902276d41..eded4963f 100644 --- a/components.json +++ b/components.json @@ -14,5 +14,11 @@ "loading": "./packages/loading/index.js", "panel": "./packages/panel/index.js", "card": "./packages/card/index.js", - "steps": "./packages/steps/index.js" + "steps": "./packages/steps/index.js", + "tag": "./packages/tag/index.js", + "checkbox": "./packages/checkbox/index.js", + "checkbox-group": "./packages/checkbox-group/index.js", + "badge-group": "./packages/badge-group/index.js", + "badge": "./packages/badge/index.js", + "search": "./packages/search/index.js" } diff --git a/docs/ExamplesApp.vue b/docs/ExamplesApp.vue index efa0bb765..d939f4f6e 100644 --- a/docs/ExamplesApp.vue +++ b/docs/ExamplesApp.vue @@ -1,7 +1,7 @@ @@ -61,9 +61,9 @@ padding: 0 20px; } } - @component-namespace z { + @component-namespace zan { @b button-group { - .z-button-1 { + .zan-button-1 { margin-bottom: 10px; } } diff --git a/docs/examples/card.vue b/docs/examples/card.vue index e4b99abf0..8dbe6a4f0 100644 --- a/docs/examples/card.vue +++ b/docs/examples/card.vue @@ -3,30 +3,30 @@

Card

基础用法

- - +

高级用法

- -
-

商品名称是什么,两行显示状态如效果图,多余多余多余两行显示状态如效果图,多余多余多余两行显示状态如效果图,多余多余多余两行显示状态如效果图,多余多余多余两行显示状态如效果图,多余多余多余

- ¥ 2.00 +
+

商品名称是什么,两行显示状态如效果图,多余多余多余两行显示状态如效果图,多余多余多余两行显示状态如效果图,多余多余多余两行显示状态如效果图,多余多余多余两行显示状态如效果图,多余多余多余

+ ¥ 2.00
-
-

商品sku

- x 2 +
+

商品sku

+ x 2
- diff --git a/docs/examples/cell.vue b/docs/examples/cell.vue index c9f823609..5180d5ccb 100644 --- a/docs/examples/cell.vue +++ b/docs/examples/cell.vue @@ -3,39 +3,39 @@

Cell

基础用法

- - - - + + + +

标题带描述信息

- - - - + + + +

带图标

- - - - + + + +

可点击的链接

- - - - + + + +

高级用法

- - + + - - - + + +
diff --git a/docs/examples/checkbox.vue b/docs/examples/checkbox.vue new file mode 100644 index 000000000..e4ac8b63f --- /dev/null +++ b/docs/examples/checkbox.vue @@ -0,0 +1,66 @@ + + + + + diff --git a/docs/examples/dialog.vue b/docs/examples/dialog.vue index c17c07476..c4766c7c4 100644 --- a/docs/examples/dialog.vue +++ b/docs/examples/dialog.vue @@ -2,20 +2,19 @@

Dialog

-
- 点击我打开alert提示框 +
+ 点击我打开alert提示框
-
- 点击我打开confirm提示框 +
+ 点击我打开confirm提示框
diff --git a/docs/examples/search.vue b/docs/examples/search.vue new file mode 100644 index 000000000..41391b5ae --- /dev/null +++ b/docs/examples/search.vue @@ -0,0 +1,23 @@ + + + \ No newline at end of file diff --git a/docs/examples/tag.vue b/docs/examples/tag.vue new file mode 100644 index 000000000..0bcc78040 --- /dev/null +++ b/docs/examples/tag.vue @@ -0,0 +1,52 @@ + + + + + diff --git a/docs/examples/waterfall.vue b/docs/examples/waterfall.vue index 4a0909d43..71b84f287 100644 --- a/docs/examples/waterfall.vue +++ b/docs/examples/waterfall.vue @@ -10,8 +10,8 @@ waterfall-disabled="isWaterfallDisabled" waterfall-offset="400" > -
{{ item }}
- +
{{ item }}
+
loading
diff --git a/docs/nav.config.json b/docs/nav.config.json index 79637c177..cd172b10c 100644 --- a/docs/nav.config.json +++ b/docs/nav.config.json @@ -34,6 +34,10 @@ "path": "/steps", "title": "Steps" }, + { + "path": "/tag", + "title": "Tag" + }, { "path": "/badge", "title": "Badge" diff --git a/package.json b/package.json index 84dff4387..16273447c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@youzan/zanui-vue", - "version": "0.0.4", + "version": "0.0.7", "description": "有赞vue wap组件库", "main": "lib/zanui.js", "style": "lib/zanui-css/index.css", @@ -11,7 +11,7 @@ ], "scripts": { "bootstrap": "npm i --registry=http://registry.npm.qima-inc.com", - "dev": "npm run bootstrap && npm run build:file && webpack-dev-server --inline --hot --config build/webpack.config.js", + "dev": "npm run build:file && webpack-dev-server --port 8282 --inline --hot --config build/webpack.config.js", "build:file": "node build/bin/build-entry.js", "build:utils": "cross-env BABEL_ENV=utils babel src --out-dir lib --ignore src/index.js", "build:zanui-css": "gulp build --gulpfile packages/zanui-css/gulpfile.js && cp-cli packages/zanui-css/lib lib/zanui-css", @@ -39,6 +39,7 @@ "vue": "^2.1.8" }, "devDependencies": { + "autoprefixer": "^6.7.5", "babel-cli": "^6.14.0", "babel-core": "^6.17.0", "babel-eslint": "^6.1.2", @@ -50,6 +51,7 @@ "babel-plugin-transform-vue-jsx": "^3.3.0", "babel-preset-es2015": "^6.16.0", "babel-runtime": "^6.11.0", + "cheerio": "^0.22.0", "copy-webpack-plugin": "^4.0.1", "cp-cli": "^1.0.2", "cross-env": "^3.1.3", @@ -68,6 +70,7 @@ "gulp": "^3.9.1", "gulp-cssmin": "^0.1.7", "gulp-postcss": "^6.1.1", + "gulp-util": "^3.0.8", "highlight.js": "^9.8.0", "html-loader": "^0.4.3", "html-webpack-plugin": "^2.22.0", diff --git a/packages/badge-group/index.js b/packages/badge-group/index.js new file mode 100644 index 000000000..2bff2f50d --- /dev/null +++ b/packages/badge-group/index.js @@ -0,0 +1,3 @@ +import BadgeGroup from '../badge/src/badge-group'; + +export default BadgeGroup; diff --git a/packages/badge/CHANGELOG.md b/packages/badge/CHANGELOG.md new file mode 100644 index 000000000..e88c472b3 --- /dev/null +++ b/packages/badge/CHANGELOG.md @@ -0,0 +1,8 @@ +## 0.0.2 (2017-01-20) + +* 改了bug A +* 加了功能B + +## 0.0.1 (2017-01-10) + +* 第一版 diff --git a/packages/badge/README.md b/packages/badge/README.md new file mode 100644 index 000000000..4c6172563 --- /dev/null +++ b/packages/badge/README.md @@ -0,0 +1,26 @@ +# @youzan/<%= name %> + +!!! 请在此处填写你的文档最简单描述 !!! + +[![version][version-image]][download-url] +[![download][download-image]][download-url] + +[version-image]: http://npm.qima-inc.com/badge/v/@youzan/<%= name %>.svg?style=flat-square +[download-image]: http://npm.qima-inc.com/badge/d/@youzan/<%= name %>.svg?style=flat-square +[download-url]: http://npm.qima-inc.com/package/@youzan/<%= name %> + +## Demo + +## Usage + +## API + +| 参数 | 说明 | 类型 | 默认值 | 可选值 | +|-----------|-----------|-----------|-------------|-------------| +| className | 自定义额外类名 | string | '' | '' | + + + + +## License +[MIT](https://opensource.org/licenses/MIT) diff --git a/packages/badge/index.js b/packages/badge/index.js new file mode 100644 index 000000000..dc8381205 --- /dev/null +++ b/packages/badge/index.js @@ -0,0 +1,3 @@ +import Badge from './src/badge'; + +export default Badge; diff --git a/packages/badge/package.json b/packages/badge/package.json new file mode 100644 index 000000000..7dbfa2900 --- /dev/null +++ b/packages/badge/package.json @@ -0,0 +1,10 @@ +{ + "name": "<%= name %>", + "version": "<%= version %>", + "description": "<%= description %>", + "main": "./lib/index.js", + "author": "<%= author %>", + "license": "<%= license %>", + "devDependencies": {}, + "dependencies": {} +} diff --git a/packages/badge/src/badge-group.vue b/packages/badge/src/badge-group.vue new file mode 100644 index 000000000..e6998998e --- /dev/null +++ b/packages/badge/src/badge-group.vue @@ -0,0 +1,25 @@ + + + diff --git a/packages/badge/src/badge.vue b/packages/badge/src/badge.vue new file mode 100644 index 000000000..919324666 --- /dev/null +++ b/packages/badge/src/badge.vue @@ -0,0 +1,40 @@ + + \ No newline at end of file diff --git a/packages/button/package.json b/packages/button/package.json index c9dfa4dc9..f69339a6b 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,5 +1,5 @@ { - "name": "@youzan/z-button", + "name": "@youzan/zan-button", "version": "0.0.1", "description": "button component", "main": "./index.js", diff --git a/packages/button/src/button.js b/packages/button/src/button.js index fa62244c4..382f58b16 100644 --- a/packages/button/src/button.js +++ b/packages/button/src/button.js @@ -8,14 +8,14 @@ * @param {slot} - 显示文本 * * @example - * 按钮 + * 按钮 */ const allowedSize = ['mini', 'small', 'normal', 'large']; const allowedType = ['default', 'danger', 'primary']; export default { - name: 'z-button', + name: 'zan-button', props: { disabled: Boolean, @@ -57,9 +57,9 @@ export default { type={nativeType} disabled={disabled} class={[ - 'z-button', - 'z-button--' + type, - 'z-button--' + size, + 'zan-button', + 'zan-button--' + type, + 'zan-button--' + size, { 'is-disabled': disabled, 'is-loading': loading, @@ -69,9 +69,9 @@ export default { onClick={this.handleClick} > { - loading ? : null + loading ? : null } - {this.$slots.default} + {this.$slots.default} ); } diff --git a/packages/card/package.json b/packages/card/package.json index 79afd27c5..17af764ff 100644 --- a/packages/card/package.json +++ b/packages/card/package.json @@ -1,5 +1,5 @@ { - "name": "@youzan/z-card", + "name": "@youzan/zan-card", "version": "0.0.1", "description": "card component", "main": "./index.js", diff --git a/packages/card/src/card.vue b/packages/card/src/card.vue index 90732293f..e50f1fbd5 100644 --- a/packages/card/src/card.vue +++ b/packages/card/src/card.vue @@ -1,13 +1,13 @@