forked from eteplus/vue-sui-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
eteplus
committed
Mar 22, 2016
1 parent
91df7c9
commit 0fb2911
Showing
50 changed files
with
1,388 additions
and
2,424 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
src/assets/js/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## 更新记录 | ||
------- | ||
|
||
#### v0.1.2 ( 2016-3-22 ) #### | ||
- 更新依赖文件 | ||
- 修改部分component的命名 | ||
- 修改下拉刷新Directive | ||
- 使用[ISlider](https://github.com/BE-FE/iSlider)替换sui的轮播插件 | ||
- 新增欢迎界面 | ||
- 新增自定义loader | ||
- 新增无限滚动Directive | ||
- 新增无限滚动加载更多示例 | ||
- 添加微信分享配置(根据实际情况配置) | ||
- 添加[Iconfont](http://iconfont.cn/)自定义图标 | ||
- 按需加载组件 | ||
|
||
------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,3 +87,6 @@ npm run main | |
│ └── index.html // 项目入口文件 | ||
. | ||
</pre> | ||
|
||
### 更新记录 | ||
参看 [CHANGELOG.md](./CHANGELOG.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
"name": "vue-sui-demo", | ||
"description": "vue combine with sui-mobile", | ||
"author": "eteplus <[email protected]>", | ||
"version": "0.1.2", | ||
"scripts": { | ||
"main": "node index.js", | ||
"dev": "node build/dev-server.js", | ||
|
@@ -12,19 +13,19 @@ | |
"url": "https://github.com/eteplus/vue-sui-demo.git" | ||
}, | ||
"dependencies": { | ||
"vue": "^1.0.15", | ||
"vue": "^1.0.18", | ||
"vue-resource": "^0.6.1", | ||
"vue-router": "^0.7.9" | ||
"vue-router": "^0.7.11" | ||
}, | ||
"devDependencies": { | ||
"browser-sync-webpack-plugin": "^1.0.1", | ||
"babel-core": "^6.0.0", | ||
"babel-loader": "^6.0.0", | ||
"babel-plugin-transform-runtime": "^6.0.0", | ||
"babel-preset-es2015": "^6.0.0", | ||
"babel-preset-stage-2": "^6.0.0", | ||
"babel-runtime": "^5.8.0", | ||
"browser-sync": "^2.11.1", | ||
"browser-sync-webpack-plugin": "^1.0.1", | ||
"classnames": "^2.2.3", | ||
"connect-history-api-fallback": "^1.1.0", | ||
"css-loader": "^0.23.0", | ||
|
@@ -43,7 +44,9 @@ | |
"json-loader": "^0.5.4", | ||
"less": "^2.6.0", | ||
"less-loader": "^2.2.2", | ||
"node-sass": "^3.4.2", | ||
"rimraf": "^2.5.0", | ||
"sass-loader": "^3.2.0", | ||
"url-loader": "^0.5.7", | ||
"vue-hot-reload-api": "^1.2.0", | ||
"vue-html-loader": "^1.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.