Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
uncleLian committed Feb 26, 2018
1 parent 0dc9e36 commit 9006c7f
Show file tree
Hide file tree
Showing 64 changed files with 27 additions and 26 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ vue2-native 是一个仿今日头条app的[混合开发](https://baike.baidu.com
## 最终目标

- 第一阶段:[vue2-echo](https://github.com/uncleLian/vue2-echo) —— echo回声( 移动端,难度:★★☆☆☆ )
- 第二阶段:[vue2-news](https://github.com/uncleLian/vue2-news) —— 今日头条( 移动端,难度:★★★☆☆ )
- 第三阶段:[vue2-health](https://github.com/uncleLian/vue2-health) —— 头条号( pc端,难度:★★★☆☆ )
- 第四阶段:[vue2-native](https://github.com/uncleLian/vue2-native) —— 今日头条( native端,难度:★★★★☆ )
- 第一阶段:[vue2-echo](https://github.com/uncleLian/vue2-echo) —— echo回声( 移动端,难度:★★☆☆☆ 入门项目
- 第二阶段:[vue2-news](https://github.com/uncleLian/vue2-news) —— 今日头条( 移动端,难度:★★★☆☆ 过渡项目
- 第三阶段:[vue2-health](https://github.com/uncleLian/vue2-health) —— 头条号( pc端,难度:★★★☆☆ 过渡项目
- 第四阶段:[vue2-native](https://github.com/uncleLian/vue2-native) —— 今日头条( native端,难度:★★★★☆ 进阶项目

##### 注:此系列只关注前端项目的实现,后端等知识不是此系列的范围,但会告知一二。

Expand Down Expand Up @@ -177,11 +177,11 @@ vue2-native 是一个仿今日头条app的[混合开发](https://baike.baidu.com
# install dependencies
npm install

# serve with hot reload at localhost:8084 or localhost:8086
# serve with hot reload at localhost:8084
npm run dev

# build for production with minification
npm run build
npm run build(File in the docs folder)
```

## 捐赠
Expand Down
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = {

// Paths
assetsRoot: path.resolve(__dirname, '../docs'),
assetsSubDirectory: '', // 这里取消了static目录,是因为cordova打包必须是css,js文件夹的格式,防止资源引用路径出错
assetsSubDirectory: 'static', // 打包成app请删除static,因为cordova打包必须是css,js文件夹的格式,防止资源引用路径出错
assetsPublicPath: '/', // cordova打包用'./',原因是引用资源的问题。部署浏览器服务请使用 '/'

/**
Expand Down
2 changes: 1 addition & 1 deletion docs/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
native.liansixin.win
echo.liansixin.win
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
hm.src = "https://hm.baidu.com/hm.js?04a086aaf5bf432c99224f57c419ba35";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();</script><link href=/css/app.04e1dd8b60aaaf75ada0b9b8d2c4dcd4.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/js/manifest.f94c734905395fe1ffc3.js></script><script type=text/javascript src=/js/vendor.4fbf98df18b87a33bf1c.js></script><script type=text/javascript src=/js/app.3a3229e11bfff809f790.js></script></body></html>
})();</script><link href=/static/css/app.3656b663998baa3d714975ee0e635f56.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.29281351518d0fe97a62.js></script><script type=text/javascript src=/static/js/vendor.4fbf98df18b87a33bf1c.js></script><script type=text/javascript src=/static/js/app.a4349b81badda45ee870.js></script></body></html>
1 change: 0 additions & 1 deletion docs/js/1.752231072d5311cb85de.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/js/11.1132400ba234d6b79ac2.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/js/16.8323b55f71147c0d1c2d.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/js/3.342b06395dcb4e03e732.js

This file was deleted.

Loading

0 comments on commit 9006c7f

Please sign in to comment.