Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eteplus committed Jul 11, 2016
1 parent fb67db4 commit 55e3a17
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ coverage
.grunt
.lock-wscript
dist/
.idea
node_modules
.npm
.node_repl_history
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@
- 修复代码发布后, 无法运行服务的问题

------

#### v0.1.4 ( 2016-7-11 ) ####
- 修改README.md
- 升级node版本 - v5.12.0 (推荐使用cnpm)
- .gitignore 添加 .idea
- 修复BrowserSync代理端口问题

------
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# vue-sui-demo

> 持续更新,如果对您有帮助,您可以点右上角 "Star" 支持一下 谢谢! ^_^
> 如果对您有帮助,您可以点右上角 "Star" 支持一下 谢谢! ^_^
> 后面有空再写学习历程和遇到的问题
> 对于那些发邮件给我的同学说声抱歉, 由于本人的邮箱忘记密码了,最近才找回, 如果遇到什么问题的,欢迎一起交流和学习!(2016-07-11)
---
Vue很轻量,易定制,比较适合移动端,很喜欢Vue写组件的方式,
所有用[VUE](http://cn.vuejs.org/)[SUI-Mobile](http://m.sui.taobao.org/) 写了一个移动端demo,用来反馈vue的学习成果(禁用了SUI自带的路由,使用[Vue-router](https://github.com/vuejs/vue-router)

##### 环境
1. node v5.5.0
2. npm 3.3.9
1. node v5.12.0
2. cnpm 4.2.0
3. npm 3.3.9

##### 技术栈

Expand Down
2 changes: 1 addition & 1 deletion build/dev-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ app.use(require('webpack-dev-middleware')(compiler, {
// compilation error display
app.use(require('webpack-hot-middleware')(compiler))

app.listen(8000, '127.0.0.1', function(err) {
app.listen(8000, '127.0.0.1', function (err) {
if (err) {
console.log(err)
return
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-sui-demo",
"description": "vue combine with sui-mobile",
"author": "eteplus <[email protected]>",
"version": "0.1.3",
"version": "0.1.4",
"scripts": {
"main": "node index.js",
"dev": "node build/dev-server.js",
Expand Down

0 comments on commit 55e3a17

Please sign in to comment.