Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
crossjs committed Nov 6, 2016
1 parent e4812cb commit 474876b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"nuo": "^1.0.0",
"query-string": "^4.2.3",
"string-template": "^1.0.0",
"vue": "^2.0.3",
"vue": "^2.0.5",
"vue-router": "^2.0.1",
"vuex": "^2.0.0",
"vuex-actions": "^1.1.1",
Expand All @@ -44,11 +44,11 @@
"babel-register": "^6.18.0",
"bundle-loader": "^0.5.4",
"chai": "^3.5.0",
"chromedriver": "^2.24.1",
"chromedriver": "~2.24.1",
"copy-webpack-plugin": "^4.0.0",
"core-js": "^2.4.1",
"cross-env": "^3.1.3",
"cross-spawn": "^5.0.0",
"cross-spawn": "^5.0.1",
"css-loader": "^0.25.0",
"eslint": "^3.9.1",
"eslint-config-plato": "^0.0.1",
Expand All @@ -59,7 +59,7 @@
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.24.1",
"json-loader": "^0.5.4",
"json-server": "^0.8.22",
"json-server": "^0.8.23",
"karma": "^1.3.0",
"karma-coverage": "^1.1.1",
"karma-es6-shim": "^1.0.0",
Expand Down Expand Up @@ -91,7 +91,7 @@
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^2.0.6",
"vue-html-loader": "^1.2.3",
"vue-loader": "^9.7.0",
"vue-loader": "^9.8.0",
"vue-style-loader": "^1.0.0",
"webpack": "^2.1.0-beta.25",
"webpack-dev-server": "^2.1.0-beta.10",
Expand Down
12 changes: 9 additions & 3 deletions src/components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,27 @@

小而美,少即多。

## 近期目标
## 设计

非侵入式,功能的实现不需要修改原有 DOM 结构,参见 `s-swiper`

## 目标

### 近期目标

编写尽量小的碎片化的组件,方便开发时灵活的组装,以应对多变的需求;

什么叫小?参见 `c-form`

在这里,我们要先将之前使用 [nd-form](https://github.com/ndfront/nd-form) 的习惯从记忆中抹去,让一切简单、轻量。

## 中期目标
### 中期目标

根据实践反馈,持续不断地完善组件;

参考借鉴外部开源项目,总结工作中的需求,在碎片化上稍稍封装一些偏重的组件。

## 远期目标
### 远期目标

搞个大新闻?

Expand Down
3 changes: 2 additions & 1 deletion webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ if (!__TEST__) {
}
}),
new webpack.optimize.CommonsChunkPlugin({
names: ['vendor']
name: 'vendor',
filename: 'common.js'
})
)
}
Expand Down

0 comments on commit 474876b

Please sign in to comment.